Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi Folks,
I came across a client requirement today stating the need of Slicers to work with AND/OR logic. The slicers in Power BI by default work by OR logic. So, I created a simple measure in order to implement AND logic.
Dataset consists of following two tables.
Now, I want the name of students who opted for both subjects 'Maths' and 'English' and not 'Maths' or 'English' or 'both'.
1. First of all, I took Subject column values as slicer values and dragged Name and Marks to grid.
2. Now, I created a measure giving me the count of subjects [SubjectCount]
3. Created another measure comparing the count of subjects selected on slicer and that of rows filtered from table. This measure returns 1 when a student has opted for all selected subjects, else 0.
4. Now, we add this measure to filter pane of grid visual such that it's value is greater than 0.
And that's it! This way, the slicer works by AND logic. Please find the snapshot below.
Do let me know if there is a simpler way to achieve this.
Thanks and Regards,
Nikita Dalela | BI Consultant
Nice Software Solutions
@Anonymous - Right, there are existing solutions for AND slicers, like this one:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Patient-Cohort-AND-Slicer/m-p/391883#M130
Also, what it sounds like you implemented is basically the Complex Selector pattern:
https://community.powerbi.com/t5/Quick-Measures-Gallery/The-Complex-Selector/m-p/1116633#M534
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 8 | |
| 8 | |
| 7 |