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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

Total calculation

Hi Experts

 

i have one question as below table data. the total calcuation is not expected result. 

i want to calculate impact field which unit price variance multiply the actual volume, and the expected total calculation is sum all the category's impact field. however, the power bi is applied the total unit price variance multiply total actual volume. is there any way to approach the expected total result? Thanks.

Gg2023_0-1696344911027.png

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , You need to force row context to get the correct total, Assuming both [Unit Price Variance], and [Volume] are measures. or clear those

 

Sumx(Values(Table[Category]), [Unit Price Variance] *[Volume] )

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , You need to force row context to get the correct total, Assuming both [Unit Price Variance], and [Volume] are measures. or clear those

 

Sumx(Values(Table[Category]), [Unit Price Variance] *[Volume] )

Anonymous
Not applicable

Thanks 

but i have one issue here, actually there are 2 dimensions  channel and category. 

for the channel sub total it is working, but the grand total is not working.

Gg2023_0-1696437623577.png

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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