Forum Discussion

tiwari_456's avatar
tiwari_456
Regular Visitor
2 years ago
Solved

Selected slicers value filter the column values

I have a table in which I need to filter the columns.

Category ACategory BCategory CID
TrueFalseTrue1
FalseTrueFalse2
FalseTrueTrue3

 

Now, In the above table, I want a slicer that has Category A, Category B, and Category C as options. On selecting any of the options it should only show the true value rows of that category.

For example, if I have selected category B, then:

Category ACategory BCategory CID

False

TrueFalse2
FalseTrueTrue3