Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

SUMX in dynamic Calculation Group

Hi all,   I have the following measure which I would like to place in a calculation group so that I do not need to recreate this for each measure I want to use it.  The following measure I use to ...
  • ppm1's avatar
    3 years ago

    Why do you need the SUMX? I would try it with just

     

    CALCULATE(SELECTEDMEASURE(), ...

     

    Pat