Forum Discussion
Anonymous
6 years agoNot applicable
How can I create a custom FILTER?
Hello I want to create a slicer filter that will show only rows matching specific AND-OR criteria. How can I do that please? Where do I specify the name of the Filter (the name of the Gro...
amitchandak
6 years agoSuper User
Anonymous , You have a visual level filter and page-level where you can put or and and.
In a formula you can do like
Calculate([Measure], filter(Table,Table[A] ="A" && able[B] ="B" ))
Calculate([Measure], filter(Table,Table[A] ="A" || able[B] ="B" ))
You can have any combination of and, or.
But as parry2k mentioned, please follow those steps for the post to get a quick resolution