Forum Discussion
RichFlorida
2 years agoHelper V
DAX REMOVEFILTERS function
Could the REMOVEFILTERS function be used in a measure calculation to disable/remove the filter applied by a slicer on a page? my report is based on an Analysis Services model. Pls advise with...
- 2 years ago
Hey Rich,
Yes, REMOVEFILTERS() allows you to remove the filters applied to a calculation. See the example below to see how to remove a filter coming from a slicer.
justinmartin
2 years agoMicrosoft Employee
Hey Rich,
Yes, REMOVEFILTERS() allows you to remove the filters applied to a calculation. See the example below to see how to remove a filter coming from a slicer.