Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Saipreethi
Helper I
Helper I

Filter shouldn't interact with visual

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.

1 ACCEPTED SOLUTION
PVO3
Impactful Individual
Impactful Individual

You could write a DAX measure something like:

CALCULATE([Measure], 'Date'[Year] = 2022)

View solution in original post

1 REPLY 1
PVO3
Impactful Individual
Impactful Individual

You could write a DAX measure something like:

CALCULATE([Measure], 'Date'[Year] = 2022)

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors