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 agoIn the same table, I want to calculate replishment cost only if Purchase = YES. What would be the best way to do it?
- Ashish_Mathur2 years ago
Super User
Share the download link of the file and show the expected result clearly.
- keinshah2 years ago
Helper I
Replenishement cost = reorder quantity * unit cost. But only calculate if Purchase = YES. Blank if purchase = NO and show the sum of the total replenishment cost at the bottom.