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
Yaazh
New Member

SumX not working properly

Yaazh_0-1731415902390.png

Formula used is 

TotalInvoicedRow =
CALCULATE(
    SUM('AE Dataset'[Invoiced]),
    ALLEXCEPT('AE Dataset', 'AE Dataset'[Contact]) but out put is not the same as "Sum Of Invoiced" Column, can you pls help
1 ACCEPTED SOLUTION
rajendraongole1
Super User
Super User

Hi @Yaazh - It seems like the TotalInvoicedRow calculation is returning the sum of the Invoiced values without respecting the individual row-level context, causing it to show an aggregated total for each Contact rather than the same values as the "Sum of Invoiced" column.

 

TotalInvoicedRow = SUM('AE Dataset'[Invoiced])

 

This will sum the Invoiced values for each row individually, matching the "Sum of Invoiced" column.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

1 REPLY 1
rajendraongole1
Super User
Super User

Hi @Yaazh - It seems like the TotalInvoicedRow calculation is returning the sum of the Invoiced values without respecting the individual row-level context, causing it to show an aggregated total for each Contact rather than the same values as the "Sum of Invoiced" column.

 

TotalInvoicedRow = SUM('AE Dataset'[Invoiced])

 

This will sum the Invoiced values for each row individually, matching the "Sum of Invoiced" column.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





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