Forum Discussion
Dhjlm
4 years agoFrequent Visitor
Need help with calculation
I have this problem giving me gray hair. So I have customer no, sales, cost and cost of sales %. The cost of sales % is correct for each customer no, but the total is wrong. I would like it to be ...
amitchandak
Super User
4 years agoDhjlm , will measure like that help ?
divide(Sum(Table[Cost]), Sum(Table[Sales]) )
- Dhjlm4 years agoFrequent Visitor
Sorry, that didn´t help