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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
lwkwan
Frequent Visitor

Grand total of column is zero

When using PowerBI, when i multiply (GP/Unit Est) by (Units Sold Dev[Act vs Act Est%]), the grand total of this formula is zero.

Could you advise me how can i get the correct grand total?

I tried using SUMX, but it doesnt seem to work. 

sumx(Table,Table[GP/Unit Est]*Final[Units Sold Dev (Act vs Act Est%)])

 

Capture.PNG

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @lwkwan 
Please try

 

=
SUMX (
    VALUES ( 'Table'[Product Group Description] ),
    [GP/Unit Est] * [Units Sold Dev (Act vs Act Est%)]
)

 

View solution in original post

6 REPLIES 6
TaylorPBI21
Resolver I
Resolver I

Hi @lwkwan ,

 

Could you copy and paste your table into a reply so I can work with it?😎

tamerj1
Super User
Super User

Hi @lwkwan 
Please try

 

=
SUMX (
    VALUES ( 'Table'[Product Group Description] ),
    [GP/Unit Est] * [Units Sold Dev (Act vs Act Est%)]
)

 

Thank you so much! It works! 🙂

Anonymous
Not applicable

@tamerj1 
Sir, the measure you provided is not working.

And I don't know why the G*F column for me shows different values than in the requirement Image by @lwkwan 

VishalJhaveri_0-1676640845272.png

Thank you. 

 

 

@Anonymous 
This is supposed to be a measure not a calculated column. 

Also I assume [GP/Unit Est] and [Units Sold Dev (Act vs Act Est%)] are measures?

Anonymous
Not applicable

I don't know @tamerj1 
Can you please reply regarding the same questions? @lwkwan 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.