Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Display whether a filter is selected

Hi there,   Desired solution: A card (or similar) capable of displaying whether the user has made a selection which is creating a cross filtering context on a report page.    Detail:    I curr...
  • v-alq-msft's avatar
    6 years ago

    Hi, Anonymous 

     

    Based on your description, I created data to reproduce your scenario.

    Table:

     

    You may create a measure as below.

     

    Iscrossfilteredbyclass = ISCROSSFILTERED('Table'[Class])

     

     

    Result:

     

     

    Best Regards

    Allan

     

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