Forum Discussion
Rondel
Helper I
2 years agoFiltering a Table based on two non-interacting slicers
Hello, Is it possible to perform the following? Dataset sample: Name Letter Number Test1 A 1 Test2 A 1 Test3 B 3 Test4 C 2 Test5 C 4 Test6 D 5 Test7 E ...
lbendlin
Super User
2 years agoYou need to normalize these columns into their own dimension tables and then feed the slicers from those.
If you want to implement an "OR" logic you need to do that via measures, and use the measures as visual filters.