The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi there,
I am trying to unpivot data matrix using pwoer query but the data calculation is not only using summraize but also average since the value have different value format, iie. absolute number and percentage. Is it possible to apply this purpose using unpivot column in power query?
Here is the data matrix example:
I would like to convert (unpivot) and visualize the table into this:
Kindly share your thoughts on this.
Thank you in advance!
Solved! Go to Solution.
Hi @Anonymous
Please try
Total Target (Switch) =
IF (
CONTAINSSTRING ( MAX ( 'Table'[Indicator] ), "%" ),
AVERAGEX ( VALUES ( 'Date'[YearMonth] ), [Total Target] ),
SUMX ( VALUES ( 'Date'[YearMonth] ), [Total Target] )
)
Same for total actual
Hi @Anonymous
Please try
Total Target (Switch) =
IF (
CONTAINSSTRING ( MAX ( 'Table'[Indicator] ), "%" ),
AVERAGEX ( VALUES ( 'Date'[YearMonth] ), [Total Target] ),
SUMX ( VALUES ( 'Date'[YearMonth] ), [Total Target] )
)
Same for total actual
@Anonymous , I am assuming the first one is the source
How to Deal with Double Headers in Power BI | Free Power BI Tutorials: https://youtu.be/1e16oHv9kTk
Hi Amit,
Thanks for sharing your thought. However the steps is still not achieve what I need to perform different calculation type per-each category/indicator As you may see in the scond table.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
21 | |
21 | |
18 | |
17 | |
13 |
User | Count |
---|---|
41 | |
38 | |
24 | |
20 | |
20 |