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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi All!
I have matrix with 3 different row items, that all rollup into the cateogry "volume". This matrix has columns that groups the start of month for the last 12 months. This is a snapshot of what my matrix looks like:
When collapsed:
The issue is that these volumes are in different units so the sum shows A + B + C, whereas I really want it to show A + (B/2) + (C/4). I also need to keep each of the volumes as their respective raw numbers outside of the total calculation.
I was curious on what's the best / cleanest way to show this. I'm realtively new to PBIX, so not sure what the best approach is:
Hopefully this describes the issue I'm facing and any help / throughts would be much appreciated!
@fetterr the only way is to write your own measure for the subtotals, something like this, and use this measure in the matrix visual
My Measure =
IF (
HASONEVALUE ( Table[RollupCategory] ),
<<your Regular measure>>,
<<your subtotal calculation logic measure>>
)
👉 Learn Power BI and Fabric - subscribe to our YT channel - @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤️
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!