Forum Discussion
Filter on all page except some visuals
I apply a filter on the whole page, i need to not apply the filter on some visuals.
PS : the interaction management does not allow me to manage the filter on the whole page.
Does anyone have a solution to my problem ? Thanks.
KLAH96 , As you rightly said interaction do not work with filter, with such option filter, create slicers and use interactions.
Another option is to have measures like
calculate([Measure], all(Table[col1])
2 Replies
- amitchandakSuper User
KLAH96 , As you rightly said interaction do not work with filter, with such option filter, create slicers and use interactions.
Another option is to have measures like
calculate([Measure], all(Table[col1])
- PaulDBrownCommunity Champion
You can add a slicer in synch to each page (and then hide it) and then use the "edit interactions" under Format in the ribbon to select which visuals should be affected by the slicer on each page.