Forum Discussion
Anonymous
6 years agoNot applicable
Column total not adding to the total sum
Hi, I'm aware this has been asked before, but I was not able to find a solution with the previous quesitons. Measure that I'm creating is not adding up to the correct total. My measure looks l...
- Anonymous6 years ago
Hi, sorry for late response. Yes, I solved the problem by using the sumarize function I found on this link:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907
amitchandak
Super User
6 years agoTry like
Usage Cost = CALCULATE(SUM('Table1'[Total Cost (LCY)]),values(Table1[ID]), 'Table2' [Project Type] <> 0)- Anonymous6 years agoNot applicable
Still getting the same total..