The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
Solved! Go to Solution.