Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
sdmikejr
Helper I
Helper I

Matrix totals wrong . . PLEASE HELP

I am going agg trying to figure this out and am running out of time to hit deadline. 

 

I have a matrix that has 3 measures as shown below:

 

Captures.PNG

 

My totals are obviously not correct. What am I doing wrong?

Rev | a/p % = DIVIDE([Total Rev],[Rev | plan])

Rev | a/p $ = if(isblank([Rev | a/p %]),0,[Total Rev]-[Rev | plan])

Rev |fc/p% = DIVIDE([Rev | fc],[Rev | plan])

1 REPLY 1
Anonymous
Not applicable

You would need to think about what you "want" to happen.  Realize the totals are nothing more/less than evaluating your measures WITHOUT a filter on Fiscal Quarter.  It's not like it is somehow using the rows above it to build a sum or average or whatever.

 

36.05% is "correct" in that it is [Total Rev] / [Rev | Plan] ... completely ignoring Fiscal Quarter.  (You probably have a PLAN for Q2, but not Revenue yet... so the % looks small).

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors