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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Thennarasu_R
Responsive Resident
Responsive Resident

How to Set Condition in Slicer

Hi Team  !

I have one queries in Slicer .

We 2 year column from different table and have a relation ship both table 
1st slicer is Year1 2nd slicer is Year2
Refference Pic :

Thennarasu_R_0-1677648411470.png

My Requirement is 
if I select the year in slicer1 It will return a year2 Selected year and before year only will come..


If i selected a year in slicer year1 now i got in year2 slicer only selected year value .

Thennarasu_R_0-1677648614763.png

 





How to do that one?



Thanks,
Thennarasu.


1 ACCEPTED SOLUTION
HassanAshas
Helper V
Helper V

If I understood you correctly, what you are trying to accomplish is you don't want to filter the Year2 Slicer, upon selection in the Year1 Slicer. 

 

You can very easily achieve this using Edit Interactions. 

 

Click on the Year1 Slicer. 

Now go to "Format" and Turn on "Edit Interactions" 

 

HassanAshas_0-1677649373708.png

 

 

Then simply click on Turn off interaction button on the Year2 Slicer 

HassanAshas_1-1677649411515.png

 

Now, whenever you will select a Year from Year1, Year2 Slicer will not be filtered because the interactions are off. 

 

View solution in original post

2 REPLIES 2
HassanAshas
Helper V
Helper V

If I understood you correctly, what you are trying to accomplish is you don't want to filter the Year2 Slicer, upon selection in the Year1 Slicer. 

 

You can very easily achieve this using Edit Interactions. 

 

Click on the Year1 Slicer. 

Now go to "Format" and Turn on "Edit Interactions" 

 

HassanAshas_0-1677649373708.png

 

 

Then simply click on Turn off interaction button on the Year2 Slicer 

HassanAshas_1-1677649411515.png

 

Now, whenever you will select a Year from Year1, Year2 Slicer will not be filtered because the interactions are off. 

 

datafi3nd
Frequent Visitor

Maybe create (or generate) an additional table like:

 

Year, YearsAvailable

2014,2014

2014,2013

2015,2015

2015,2014

 

Do a relationship between YearsAvailable and your date table's year column. Relationship will be many to many with single direction from new table to date table. 

 

On your first slicer put Year (from your new table) and on second YearsAvailable.

 

I didn't test but it should filter both slicer2 and your date table with year selected and the previous year.

 

Would love to see other ways to achieve this.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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
Top Kudoed Authors