Forum Discussion
Anonymous
4 years agoNot applicable
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 bei...
- 4 years ago
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
jdbuchanan71
4 years agoSuper 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
Anonymous
4 years agoNot applicable
Thank you! This worked!