Forum Discussion
Rondel
2 years agoHelper I
Filtering 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
2 years agoSuper User
You 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.