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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
hadjigeo
Helper I
Helper I

TOTAL ROWS IS WRONG

My total on the visual is wrong. How can i fix this?

 

below is the formula that am using:

Sales 80% = IF([Target Sales Achieve 80%]> SUM('Sales Main JO'[Actual Sales]),[Target Sales Achieve 80%]- SUM('Sales Main JO'[Actual Sales]),0)
 
Target Sales Achieve 80% = SUM('Sales Main JO'[Target Sales])*0.8
 
 

 

Untitled.png

 

5 REPLIES 5
PaulDBrown
Community Champion
Community Champion

@hadjigeo 

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





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






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
Untitled.png

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
jhartranft60
Advocate IV
Advocate IV

@hadjigeo 

 

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#M...

HI @jhartranft60 ,

 

I am not sure if i understood how to do it.

i tried that one but was giving me a wrong data.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.