Forum Discussion
TOTAL ROWS IS WRONG
My total on the visual is wrong. How can i fix this?
below is the formula that am using:
5 Replies
- jhartranft60Advocate IV
Please see this question as I believe it's solution will be similar to your needs: https://community.powerbi.com/t5/Desktop/Sum-of-values-in-a-measure-with-divide-measure/m-p/296768#M130947
- hadjigeoHelper I
HI jhartranft60 ,
I am not sure if i understood how to do it.
i tried that one but was giving me a wrong data.
- PaulDBrownCommunity Champion
Try:
Sum 80% Sales = SUMX(SUMMARIZE(Table[Plan Brand], column[Plan Brand], "Sum 80% Sales", [Sales 80%]), [Sum 80% Sales])Use the correct "Table" and "column" names, obviously
- hadjigeoHelper I
Hi PaulDBrown
I did the formula as you stated:
Sum 80% sales = SUMX(SUMMARIZE('PM Main JO','PM Main JO'[Plan-Brand],"Sum 80% sales",[Sales 80%]),[Sum 80% sales])but i get the below:in some rows the result is 0- AnonymousNot applicable
HI hadjigeo ,
According to your snapshot, it seems like a common measure total issue, you can refer to the below blog to know how to deal with this.
Measure Totals, The Final Word Measure Totals, The Final Word
In addition, if you still confused about coding formula, can you please share some sample data for further tests?
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng