Join 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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I have a matrix which is controlled by a Year slicer so I stopped interaction between slicer and matrix with help of 'Edit Interactions' such that it shows only current year data. But I want to use filter pane instead of slicer. Is there any way to stop interaction between that year filter in filter pane and matrix.
Solved! Go to Solution.
You could write a DAX measure something like:
CALCULATE([Measure], 'Date'[Year] = 2022)
You could write a DAX measure something like:
CALCULATE([Measure], 'Date'[Year] = 2022)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!