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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Grand total on matrix not calculated correctly

Hello All,

 

The grand total of my matrix is incorrect:

Capture.PNG

 

 

This is my dax for the revenue: 

Capture2 .PNG

Revenue = if(CONTAINS('Gp Cons P&L','Gp Cons P&L'[Item No],"4510003"),[CM Act]-[PYM],if(CONTAINS('Gp Cons P&L','Gp Cons P&L'[Item No],"4550003"),[CM Act]-[PYM],[CM Act]-[CM Act-LY FX]))
 
CM Act = CALCULATE(TOTALMTD(SUM('Gp Cons P&L'[Amount]),'Calendar'[Date]),'Gp Cons P&L'[Act/FC/B]="Actual")
[PYM] and [CM Act-LY FX] are also SUM functions
 
From what I have read, it has something to do with my DAX. How do I change my DAX to get a correct total?
 
Any tips would be very helpful  🙂
1 REPLY 1
Ashish_Mathur
Super User
Super User

Hi,

Does this work?

=IF(HASONEVALUE([Item No]),[Revenue],SUMX(SUMMARIZE(VALUES([Item No]),[Item No],"ABCD",[Revenue]),[ABCD]))


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

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

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
Top Kudoed Authors