Forum Discussion
Furio_P
2 years agoFrequent Visitor
Slicer Filter (data) for a specific DAX Measure
Hello everyone, I could use a hand: is it possible to create a visual filter object (slicer) that interacts only with certain measures created in DAX from a table? In my specific case, I have a tab...
vicky_
2 years agoSuper User
If you don't want a particular measure being affected, you can always use REMOVEFILTERS(Slicer[Field]) as part of the calculate arguments.