Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
User | Count |
---|---|
76 | |
75 | |
46 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |