Forum Discussion
timurcakin
Helper I
3 years agomultiply column and a measure - wrong total
Hi There, i am trying to multiply the total quantity of the items with the number of orders (frequency) but in second screenshot total is 190 instead of 86 (64+22) can you ...
- 3 years ago
Ashish_Mathur
Super User
2 years agoHi,
This pattern should work
Measure = SUMX(VALUES(DATA[Item No.]),[Replishment cost])
keinshah
Helper I
2 years agothanks a lot. that worked.
- Ashish_Mathur2 years ago
Super User
You are welcome.
- keinshah2 years ago
Helper I
I managed to get the calculation. however, the sum is not showing correct. any ideaas?