Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

call two different measure parameter in DAX

Hi All,   I have created two measure parameter, Parameter1 contains 3 measure as M1,M2 & M3. Parameter2 contains 2 measures M4,M5. If I directly call this parameter in table visual, it works fine a...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Anonymous ,

     

    I suggest you to create one parameter with all measure names and then add a Group column.

    Group = 
    IF(Parameter[Parameter] in {"M1","M2","M3"},"Group1","Group2")

    Result is as below.

     

    Best Regards,
    Rico Zhou

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.