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.
I am trying to create a matrix to display receipts as a percentage of total billings.
The rows are grouped by billing month.
The columns are grouped by receipt month.
I can successfully compute and render the desired value throughout the matrix, the percentage of receipts/billings for a given billing and receipt month combination.
(Sample at bottom)
Now, my question is how to display the sum of billings for a billing month on the left as a total? The client wants to be able to visually contextualize the percentages to a hard dollar total.
Thanks.
Sample
@Anonymous Seems like a case for custom matrix hierarchy:
Looks like you are probably right, Greg. I assumed it would be a bit of a coding chore, but I'm up for the challenge.
Thanks for the advice, and I will mark as a solution once I successfully implement the concepts.
@Anonymous You could also do it the old fashioned way where you put the measure or what not in the Columns and then manually shrink all of the multiple duplicate columns that generates but it usually looks bad and messy. There might be a custom visual that allows you to do it cleanly as well.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.