Forum Discussion

Otto_Luvpuppy's avatar
Otto_Luvpuppy
Helper II
4 years ago
Solved

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...
  • Ashish_Mathur's avatar
    4 years ago

    Hi,

    Try this measure

    Measure = SUMX(VALUES(Pipelime_MFMA[Project]),[Year 1 Adjusted by Probability])

    Hope this helps.