Please turn JavaScript on
header-image

Excelkingdom

Want to keep yourself up to date with the latest news from Excelkingdom?

Subscribe using the "Follow" button below and we provide you with customized updates, via topic or tag, that get delivered to your email address, your smartphone or on your dedicated news page on follow.it.

You can unsubscribe at any time painlessly.

Title of Excelkingdom: " Power BI Analytics Kingdom | Blog "

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  1.69 / week

Message History

How to Switch Source Query Connection Strings in Power BI with Dynamic Query ParametersScenario:To manage multiple data or query environments such as Dev, Test, and Prod often requires maintaining separate connection strings in Power BI. Rather than hard‑coding server, database, and schema names, you can centralize these details in an environment table and control them dyna...

Read full story

How to display Max Time Value of each Metric on a Column Chart in Power BIScenario:Suppose we have a dataset where the Metric_Value column contains DateTime values for each Metric_Name, as shown below.From this dataset, we need to extract the time component from Metric_Value and convert it into a numeric format so it can be used to display properly on a clustered column chart.Th...

Read full story

How to display the Values of a Metric with Mixed Data Types on a Column Chart in Power BIScenario: Different Data Type values in the same ColumnSuppose we have a dataset where the column Metric_Value contains values of different data types for each Metric_Name, as shown below.let    SampleData =     #table(        {"Metric_Id", "Metri...

Read full story

How to Analyze Data Pipeline Run Statistics Using DAX and M-QueryIn modern data systems, pipelines are essential for automating the flow of information across platforms and regions. They often run multiple times a day with mixed results, some successful, others failing. To monitor performance effectively, especially to catch recent data load failures, it's important to isolate t...

Read full story

How to Split Weeks and Allocate FTE Hours in Power BI Using M-CodeIn workforce planning and project tracking, allocating Full-Time Equivalent (FTE) hours across calendar weeks is a common challenge, especially when weeks span across months or years. This article walks through a Power Query solution that transforms raw allocation data into a week-by-week breakdown and handli...

Read full story