Forum Discussion
LeninSalinas
4 years agoNew Member
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
- Ashish_Mathur
Super User
Hi,
Do these measures work?
Measure = SUM('Table4'[LCO-DPABase])
Measure 2 = SUMX(VALUES(Calendar[Month name]),[Measure]*[ST])