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
4 years agoSuper User
Dhjlm , will measure like that help ?
divide(Sum(Table[Cost]), Sum(Table[Sales]) )
Dhjlm
4 years agoFrequent Visitor
Sorry, that didn“t help