Forum Discussion
KLAH96
5 years agoRegular Visitor
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 solu...
- 5 years ago
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])
amitchandak
Super User
5 years agoKLAH96 , 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])