Forum Discussion
Otto_Luvpuppy
Helper II
4 years agoTotals Calculations using a % - a real problem
HI, I have a calculation that's not working at the TOTAL level...it's fine at row level. I can see the problem and why it's happening but can't figure out a solution...hopefully a DAX Wizard will ha...
- 4 years ago
Hi,
Try this measure
Measure = SUMX(VALUES(Pipelime_MFMA[Project]),[Year 1 Adjusted by Probability])
Hope this helps.
Ashish_Mathur
Super User
4 years agoMine is a new measure.
Otto_Luvpuppy
Helper II
4 years agoHi Ashish,
So are you saying that my original measure is fine but use it in your measure for the table column I want to show?
Paul