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
Abeluthfi
Regular Visitor

Total Value Incorrect

Dear Power BI Comunity,

 

I have a problem when i try to make a measurement in Power BI, because total of measurement seems like incorrect. I try to find solution for almost 2 weeks but still can't find it.

 

For example, from table below, if i calculate value in Microsoft Excel actual total must be  424,497.59

Abeluthfi_0-1684720221769.png

 

but in Power BI, it show total value like table below

Abeluthfi_1-1684720270234.png

 

I try to use SUMX but the value are getting wrong (much bigger)

This is my currect formula

Abeluthfi_1-1684721506344.png

 

This is my data example 

Abeluthfi_2-1684722445921.png

 

 

Please help me to find a solution. Sorry if my english is not good enough

 

Thank in advance

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Abeluthfi , Multiplication should be done at row level or at some common group level


Sumx('Parameter Plan', [PA Plan] * [UA Plan] * [Producivity Plan] * [MOHH])

 

or

 

Sumx(values('Parameter Plan'[Equipment Number]) , calculate( Average('Parameter Plan'[PA Plan]) * Average('Parameter Plan'[UA Plan]) * Average('Parameter Plan'[Producivity Plan]) * Sum('Parameter Plan'[MOHH]) ))

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Abeluthfi , Multiplication should be done at row level or at some common group level


Sumx('Parameter Plan', [PA Plan] * [UA Plan] * [Producivity Plan] * [MOHH])

 

or

 

Sumx(values('Parameter Plan'[Equipment Number]) , calculate( Average('Parameter Plan'[PA Plan]) * Average('Parameter Plan'[UA Plan]) * Average('Parameter Plan'[Producivity Plan]) * Sum('Parameter Plan'[MOHH]) ))

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.