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
thhmez7
Helper III
Helper III

Total of new measure not correct

Hi 

 

I created a new measure for Est. Revenue which works fine in the rows, but the Total shows the incorrect value.

 

In this case I tried with SUMX, but it doesn't work either. 

Sumx_total.png

 

Thank you.

7 REPLIES 7
v-easonf-msft
Community Support
Community Support

Hi,  @thhmez7 

Please check if these thread can be helpful.

https://community.powerbi.com/t5/Desktop/Incorrect-Measure-Total/m-p/454679#M210659 

Try to wrap a SUMMARIZE function within the SUMX function.

If it doesn't work ,please share a sample file for further research.

 

Best Regards,
Community Support Team _ Eason

PaulDBrown
Community Champion
Community Champion

Try:

With totals =
SUMX ( VALUES ( Account[Industry] ), [Est. Revenue] )




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.






DataVitalizer
Super User
Super User

Hi @thhmez7 

I created a column instead of a measure with DAX code below, then I added this column to the chart and total was 51451

VAR D=CALCULATE(SUM(Table[Revenue]),ALL(Table),Table[Industry]="D")
VAR C=Table[Revenue]
Return IF(Table[Industry]<>"D",D+C,0)

 

Did it work ?  👌  Mark it as a solution to help spreading knowledge  👍  A kudos would be appreciated

Hi 

do you use SUM of the revenue in VAR C?

It hasn't worked for me with the column.

Sumx_total2.png

@thhmez7 Var rev=Project[Est. Revenue]


Did it work ? 👌 Mark it as a solution to help spreading knowledge 👉 A kudos would be appreciated

Sumx_total3.png

No that expression in VAR rev is not allowed 😞

amitchandak
Super User
Super User

@thhmez7 , if D selected is not selected slicer you can create you measure like

 

calculate(sum(project[est revenue]), filter(account,account[industry] <> "D")) +0 

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.