Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
I found an amazing post @Greg_Deckler solving the issue of measure total allows the "Total" to display the sum of the values in the column.
Here is the link to his post: Measure Totals, The Final Word - Microsoft Power BI Community
But it seems he also suggests you have to create separate measures for different columns by saying: "Is it annoying to have to create multiple measures and specifically tailor them to each individual visual? Yes, yes it is."
Now, I am having trouble calculating the measure total at different levels of matrix drilldown using one measure. Here is my example.
This is the data set I used:
This is the single measure:
Single Measure = sum(Table1[Value])-50
These are the measures to calculate measure total for Catory1 and Category2:
Measure Total Category 1 = sumx(values(Table1[Category1]), [Single Measure])
Measure Total Category 2 = sumx(values(Table1[Category2]), [Single Measure])
Unfortunately, it doesn't work.
I named the measure you suggested "Solution". However, that measure only calculates the Single Measure at the lowest level in the table.
When you at the Category1 level, which is the "smallest", it has the result I expect. But it stays the same when I switched to Category2 Level.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
76 | |
73 | |
42 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
48 | |
43 |