Forum Discussion

mirf's avatar
mirf
Frequent Visitor
2 years ago

Divide two different tables gives incorrect value

I have cost & production matrix as below I want to have third matrix, which divides cost from each country by its production.  I have used this measure: intensiity = SUM(Cost[Value])/sum(Produ...