Forum Discussion
exclude slicer from filtering column
Hi, hoping someone has a solution to this. I have dashboard that looks similar to the pic below. the slicer is currently using Dec 2021 as the date and the columns below (A, B, C, D, E) are all being filtered by the slicer. I am looking for a way to remove Column E from being filtered by the slicer while, A, B, C and D continue to be filtered by the slicer. Anyone have any insight on how to do this? Thanks!
Anonymous
You can use the REMOVEFILTERS function in your measure to clear the filter from the slicer.
https://docs.microsoft.com/en-us/dax/removefilters-function-dax
2 Replies
- jdbuchanan71Super User
Anonymous
You can use the REMOVEFILTERS function in your measure to clear the filter from the slicer.
https://docs.microsoft.com/en-us/dax/removefilters-function-dax
- AnonymousNot applicable
Thank you! This worked!