Forum Discussion

Pbiuserr's avatar
Pbiuserr
Post Prodigy
4 years ago
Solved

Slicer does not trigger card value

Hello,  Looking for the picture down below P HC supposed to be 0, as I slice on "PermTmpCOD" = T. The measure is standard P HC = CALCULATE ( [HC], PermTmpCOD = "P"). I tried with ALLSELECTED but it ...
  • PabloDeheza's avatar
    4 years ago

    Hi there!

    Try the following:

     CALCULATE ( [HC], KEEPFILTERS( PermTmpCOD = "P" ) )

    Let me know if that helps!