Forum Discussion
Otto_Luvpuppy
4 years agoHelper II
Totals 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
4 years agoSuper User
Hi,
I do not work with variables so i would not be able to help.
Otto_Luvpuppy
4 years agoHelper II
No problem...thanks for you help on this.