Forum Discussion

LeninSalinas's avatar
LeninSalinas
New Member
4 years ago
Solved

Incorrect Total in a measure

Hello everyone,

I currently having a issue when i do a multiplication with a quick measure the total display is not the sum of the column.  I used a simple code  to multiply a previous measure with a sum. 

LCO-DPA =
[ST] * SUM('Table4'[LCO-DPABase])
Where [ST] is a measure 

 

  • Hi,

    Do these measures work?

    Measure = SUM('Table4'[LCO-DPABase])

    Measure 2 = SUMX(VALUES(Calendar[Month name]),[Measure]*[ST])

1 Reply

  • Hi,

    Do these measures work?

    Measure = SUM('Table4'[LCO-DPABase])

    Measure 2 = SUMX(VALUES(Calendar[Month name]),[Measure]*[ST])