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

Total incorrect

Hi all, I'm new to Power BI and DAX and have bit of an issue with the DAX totals. Is anyone able to help me please?

I'm expecting the total to be 15.7m like I see in Excel but in Power BI I get inflated figures showing 60.5m. Can anyone help me please with my DAX calculation?:

vanderb_0-1710156804724.png

vanderb_1-1710156916406.png

 

 

1 ACCEPTED SOLUTION
VillyMBI
Resolver I
Resolver I

Hi @vanderb ,

The total of the table visual also calculated with the measure and so you are getting 60 M
as 3855.55 * 15700 = 60532135.


Please try using below dax for Sales
Sales = SUMX('Your table', [Qty] * [Cost])

I hope this will help you 🙂

View solution in original post

1 REPLY 1
VillyMBI
Resolver I
Resolver I

Hi @vanderb ,

The total of the table visual also calculated with the measure and so you are getting 60 M
as 3855.55 * 15700 = 60532135.


Please try using below dax for Sales
Sales = SUMX('Your table', [Qty] * [Cost])

I hope this will help you 🙂

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!

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.