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.
MFelix
Super User
4 years agoHi Otto_Luvpuppy,
The table[project] is the column you present on your data that has the values Scheme 1, Scheme 2 and so on.
Since I did not know the name of the table and column place that generic name, you should replace by the column on your model regarding that Shecme values.
Otto_Luvpuppy
Helper II
4 years agoHi Miguel,
The problem is solved using a combination of your code and that of Ashish.....thank you both very much.
Paul