This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi,
In our report we have 3 slicers/filters, but we want to do advanced interaction between those.
* If we check a item in slicer 1, then show only the related items in slicer 2 & 3 (this can you do with edit interaction)
* Slicer 3 should only be clickable when slicer 1 & 2 has checked items.
Can you help with my last bulletpoint?
Thanks,
Davina
Solved! Go to Solution.
@Anonymous Maybe a visual level filter on a measure like:
Measure = IF(ISFILTERED('Slicer1'[Value]) && ISFILTERED('Slicer2'[Value]),1,0)
Filter on 1
@Anonymous Maybe a visual level filter on a measure like:
Measure = IF(ISFILTERED('Slicer1'[Value]) && ISFILTERED('Slicer2'[Value]),1,0)
Filter on 1
Check out the April 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 |
|---|---|
| 30 | |
| 23 | |
| 23 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 61 | |
| 35 | |
| 28 | |
| 22 | |
| 21 |