This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi experts!
I have a flat table in this structure:
| Article | Filter 1 | Filter 2 | Filter 3 |
| A | TRUE | WRONG | TRUE |
| B | WRONG | TRUE | WRONG |
| C | WRONG | TRUE | WRONG |
| D | WRONG | WRONG | TRUE |
In the report itself I have 3 slicers to filter on the specific filter (1, 2 or 3).
Is there any way to consolidate those 3 filters?
Like an hierarchy of
@joshua1990 , One way is to unpivot the tables
https://radacad.com/pivot-and-unpivot-with-power-bi
Or create a single table with these values
and then userelationship to create measures
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 29 | |
| 28 | |
| 25 | |
| 20 | |
| 14 |
| User | Count |
|---|---|
| 53 | |
| 47 | |
| 29 | |
| 20 | |
| 19 |