Forum Discussion
mirf
2 years agoFrequent Visitor
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...