Forum Discussion

gianmarco's avatar
gianmarco
Icon for Helper IV rankHelper IV
5 years ago
Solved

Total Value does not change in a simulation environment

Dear Super-Duper Users, I need your help on this.   I have the following measure: IF(SELECTEDVALUE('Slicer Name'[Slicer Name])=MAX(Table1[Name]),([Sum])*(1+Parameter[Parameter Value]),([Sum])) ...
  • v-easonf-msft's avatar
    v-easonf-msft
    5 years ago

    Hi, gianmarco 

    You need to  add a new measure "Total 2" as  below :

     

    Total = IF(SELECTEDVALUE('Slicer Name'[Slicer Name])=MAX(Table1[Name]),([Sum])*(1+Parameter[Parameter Value]),([Sum]))
    Total2 = SUMX(Table1,[Total])

     

     

    Please check my sample file for more details.

     

    Best Regards,
    Community Support Team _ Eason
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.