Forum Discussion
tiwari_456
2 years agoRegular Visitor
Selected slicers value filter the column values
I have a table in which I need to filter the columns.
| Category A | Category B | Category C | ID |
| True | False | True | 1 |
| False | True | False | 2 |
| False | True | True | 3 |
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 A | Category B | Category C | ID |
False | True | False | 2 |
| False | True | True | 3 |
pls try this
2 Replies
- Ahmedx
Super User
- tiwari_456Regular Visitor
Thanks Ahmedx