Join 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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi all,
I have a table with two rows and two columns:
value | currency |
7.485 | EUR |
12.548 | CNY |
I created a matrix defined to have the sum of the values by currency. What I expect is
currency | value |
EUR | 7.485 |
Total | 7.485 |
CNY | 12.548 |
Total | 12.548 |
What I get is this:
Where is my error ? Maybe is it a bug ?
PS: I made this for debug, my needs are on a complex matrix 🙂
Thanks a lot
Roberto
@Anonymous ,
Drag the calculated column below to Rows as well and take a look at Using drill down with the Matrix visual.
Column = Table1[currency]
Hello @v-chuncz-msft,
thanks a lot for your answer. Sorry for the delay but i was not able to test your suggesteed solution till today.
Unfortunately this solution is not working totally, because the global totals are already in not separated sum (as picture show).
Thank you so much 🙂
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.