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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
jopezzo
Helper I
Helper I

Multiplication measure total does not match with the values in the table

Hi,

 

I am trying to calculate a price impact for a Price Volume Mix model. I have prepared a sample file to show you what I am trying to achieve.

 

At row level, I am getting the correct result. At total level, it is not summing up the row level results.

 

2020-03-24_16-31-16.jpg

Here, Price impact totals 13,653.73 while it should be 1,330.59.

 

I would like to have a correct total amount, whatever dimension I am showing (Country, Cost Range and Product).

 

How can I achieve that?

 

Thanks in advance for your help!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Check the attached solution thoroughly. It works for your case but you should check it in other configurations of filters.

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Check the attached solution thoroughly. It works for your case but you should check it in other configurations of filters.

I'll try that and revert to you. Thanks for your time! I appreciate.

Anonymous
Not applicable

By the way, your original table should be removed. I left it only because I wanted to see the calculations.

Best
D
HotChilli
Community Champion
Community Champion

You might try altering the measure :

PriceImpactMeasure = SUMX('Table',[Price diff]*[Quantity2019])

Hi @HotChilli ,

 

With the measure you suggested, the total matches with the sum of the results at row level. However, it is not consistent with the data in the rows.

 

PriceImpact.jpg

For example, for Brazil, I would expect to have Price diff * Quantity 2019 = 249.17 * 46 = 15,697.72. With the suggested measure, I get 873. 91 instead.

 

What I need is the results in column "Price Impact", but with the correct total (in this case, 2,355.35), not 1,330.59.

 

Thanks for your help!

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.