Forum Discussion
AFRATH34
1 year agoHelper I
Measure Help Needed - Totals Sum calculation
Hi All, I have a question about a measure I'm using to display the total Comms Payment. The measure works correctly for each individual line item, but for the total, it calculates by multiplying...
- 1 year ago
Hi,
Write this measure
=Measure = SUMX(VALUES(Bonus[Seller]),[Commission Payable])
Hope this helps.
AFRATH34
1 year agoHelper I
Hi Ashish_Mathur ,
It’s working perfectly! Thank you very much!
Ashish_Mathur
1 year agoSuper User
You are welcome.