Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi,
Say I have a basic table with the columns Country - Region - Cost. When viewed in a Matrix there are two options to view costs on a regional level:
1. By expanding:
Country A - 250
Region 1 - 150
Region 2 - 100
Country B - 100
Region 3 - 50
Region 4 - 50
2. By viewing next level:
Region 1 - 150
Region 2 - 100
Region 3 - 50
Region 4 - 50
For option 2, is there anyway to show the country level costs for that region, for each row? In option 1 I can do calculate(sum(cost),all(region)) but because there is no visible country anymore that formula returns the total of all countries (350).
Instead I want to see 250 for region 1 + 2 and 100 for region 3+4.
Thanks!
Hi Joerykeizer,
This can be achieved by using Matrix Visual in your report.
Regards,
Pradeep
Thank you for taking the time but that's not what I'm talking about.
I am using the Matrix. I want to view (in your case) only the item level by clicking on the icon with the two downward arrows, but still have a measure that calculates the total for (in your case) the region.
Dear Joerykeizer,
Please correct me if i am wrong. If this you are expecting from the result.
Instead of drilling down to the next level, i just click on "At the lowest level of data", the fourth icon on top of the visual.
Regards,
Pradeep
Not really. I know that that is an option, but I want my end users to have freedom in how they look at the data. The preferred view in my case is using the two arrows and only viewing the lower levels by themselves.
The outcome that I would like is:
Item - UnitSum
Andrews - 722
Gill - 722
Howard - 722
...
Jardine - 395
Jones - 395
etc.
Dear joerykeizer,
Is this you are expected?
I have used the below DAX Expression to get this.
Measure = CALCULATE(SUM(PBI_Data[Units]), ALLEXCEPT(PBI_Data,PBI_Data[Item]))
I hope this helps you a lot.
Regards,
Pradeep
Hi Pradeep,
I don't want to see Binder, Desk, etc. but only the names plus measure. But then if you use the same formula with allexcept "Item" you get 2121 for each row and not 722, 10, 278, etc.
Anybody? Is this at all possible?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 76 | |
| 36 | |
| 31 | |
| 29 | |
| 26 |