Forum Discussion
Anonymous
6 years agoNot applicable
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...
- 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.
v-alq-msft
6 years agoCommunity Support
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.
Anonymous
6 years agoNot applicable
Thanks v-alq-msft that looks like it may be what I need. So I can likely chain the ISCROSSFILTERED() command with '|' operator to cover all classes possible to select on the report page.