Forum Discussion
Julian_H
Helper II
3 years agoSlicers and OR statement
Hi, I have had a request to set up a report in PBI that would require a slicer that always "OR". For example , I have a data set that has Name 1 and Name 2 in it. I want th user to be able to...
- 3 years ago
hi Julian_H
check this blog
https://www.sqlbi.com/articles/using-or-conditions-between-slicers-in-dax/
Padycosmos
Solution Sage
3 years agoHope this helps:
Julian_H
Helper II
3 years agoCool Thank you so Much.. I'll give it a go
- Padycosmos3 years ago
Solution Sage
Slicers Name1 and Name2 are created from the columns in the newly created Tables Name 1 and Name 2
Table:
Name1 = VALUES('Table'[Name 1])Table:
Name2 = VALUES('Table'[Name 2])