Forum Discussion

zbhargav15's avatar
zbhargav15
Regular Visitor
3 years ago
Solved

Logical OR operation on multiple table slicers for Boolean columns

I have a dataset with 10000 rows and multiple columns where 2 of these columns are simply boolean columns with "True/False" values. I want to create a table visual and have these 2 columns as slicers but want them to behave in a logical OR when i select "True" from both slicers I want to be able to see all rows where either of the 2 columns are True and not the default AND operation. Is this possible for Boolean columns?