Forum Discussion

AFRATH34's avatar
AFRATH34
Helper I
1 year ago
Solved

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...
  • Ashish_Mathur's avatar
    Ashish_Mathur
    1 year ago

    Hi,

    Write this measure

    =Measure = SUMX(VALUES(Bonus[Seller]),[Commission Payable])

    Hope this helps.