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.
Is there a way in Power BI to have multiple independent filters, more than ten, where the condition works as follows?
For example, if the table looks like this:
| Col 1 | Col 2 | Col 3 |
|-------|-------|-------|
| $ | 1 | A |
| @ | 1 | B |
| & | 2 | B |
- When I filter by Col 1 for the symbol '$', only the dollar symbol appears.
- When I filter by Col 2 for the number 2, both the dollar symbol ($) and ampersand (&) should show up.
- When I filter by Col 3 for 'A', the report should add information, and in this case, '@' will not be included in the final report.
Is there a way to achieve this behavior where filters add data (OR condition) instead of excluding them (AND condition)?
You need to use independent (disconnected) tables for each of your columns and measures to compute the OR condition.
Thank you @lbendlin
is it something similar to this Solved: 2? Solved: 2 independent slicers, one dataset - Microsoft Fabric Community
as it needs using conditional coding and if there are 20 filters the code will be more than 100 lines(10 lines for 2 filters and more than 100 lines for 20 filters) is it something practical?
Consider unpivoting these 100 columns into key/value pairs. That way you can do the OR filter inside a single column.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
21 | |
20 | |
17 | |
14 | |
11 |
User | Count |
---|---|
41 | |
24 | |
22 | |
18 | |
12 |