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
neonguyen
Frequent Visitor

How to sum total a measure

I have a report as bellow:

 

2019-06-20_15-32-12.png

With measure "Final Commission" = 

(([Total FEKid] * 300000) + ([Total FEJunior] * 200000) + ([Total FEOther] * 100000) + ([Total OldEnrollment] * 30000)) + [HN-Commission Bonus]
 
Every thing look like good, but with total ( red frame), it is not sum of column value. I'm looking how to sum this column.
1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @neonguyen 

Could you show me how you calculate the measure [HN-Commission Bonus], [Total FEKid]...?

 

As tested, when i happen to this problem,

assume my [Measure] refers to your measure "Final Commission" .

i create other measures

Measure 2 = SUMX(ALL(Sheet3[ec],Sheet3[rank]),[Measure])

Measure 3 = IF(HASONEVALUE(Sheet3[ec]),[Measure],[Measure 2])

 

5.png

 

Best Regards
Maggie

 

Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-juanli-msft
Community Support
Community Support

Hi @neonguyen 

Could you show me how you calculate the measure [HN-Commission Bonus], [Total FEKid]...?

 

As tested, when i happen to this problem,

assume my [Measure] refers to your measure "Final Commission" .

i create other measures

Measure 2 = SUMX(ALL(Sheet3[ec],Sheet3[rank]),[Measure])

Measure 3 = IF(HASONEVALUE(Sheet3[ec]),[Measure],[Measure 2])

 

5.png

 

Best Regards
Maggie

 

Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.