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
Andi_R
Frequent Visitor

syncing slicer only one way

Hi everyone! Currently I have two slicers that I'm trying to sync, slicer_1 on page_1 and slicer_2 on page_2. Is it possible to have slicer_1 impact slicer_2, but slicer_2 not impact slicer_1? Thank you in advance for any help!!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Andi_R 

 

Just as @miTutorials  post that power bi doesn't support this feature now.

But there are an alternative workaround:

Here I create a set of sample:

vzhengdxumsft_0-1720768406475.png

Then create a calculated table:

Table 2 = VALUES('Table'[ID])

vzhengdxumsft_1-1720768445833.png

In page 1, add a slicer and configure the sync slicer:

vzhengdxumsft_3-1720768629991.png

And in page 2, use the ID which in table 2 to create a Sync slicer:

vzhengdxumsft_4-1720768701655.png

 

Search for the Preselected Slicer in the Get more visuals:

Enter a table(2):

vzhengdxumsft_5-1720768809536.png

And create a measure:

MEASURE =
VAR _selected =
    VALUES ( 'Table 2'[ID] )
RETURN
    IF ( SELECTEDVALUE ( 'Table'[ID] ) IN _selected, TRUE (), FALSE () )

Add a Preselected Slicer:
vzhengdxumsft_6-1720768932035.png

Finally, click the vzhengdxumsft_8-1720769125060.png  of the Slicer in the page 2.

 

vzhengdxumsft_7-1720769117489.png

The result is as follow:
Page 1:

vzhengdxumsft_9-1720769215799.png

Page 2:

vzhengdxumsft_10-1720769247431.png

Then change the Preselected Slicer in page 2:

vzhengdxumsft_11-1720769289563.png

Page 1:

vzhengdxumsft_12-1720769310756.png

Best Regards

Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Andi_R 

 

Just as @miTutorials  post that power bi doesn't support this feature now.

But there are an alternative workaround:

Here I create a set of sample:

vzhengdxumsft_0-1720768406475.png

Then create a calculated table:

Table 2 = VALUES('Table'[ID])

vzhengdxumsft_1-1720768445833.png

In page 1, add a slicer and configure the sync slicer:

vzhengdxumsft_3-1720768629991.png

And in page 2, use the ID which in table 2 to create a Sync slicer:

vzhengdxumsft_4-1720768701655.png

 

Search for the Preselected Slicer in the Get more visuals:

Enter a table(2):

vzhengdxumsft_5-1720768809536.png

And create a measure:

MEASURE =
VAR _selected =
    VALUES ( 'Table 2'[ID] )
RETURN
    IF ( SELECTEDVALUE ( 'Table'[ID] ) IN _selected, TRUE (), FALSE () )

Add a Preselected Slicer:
vzhengdxumsft_6-1720768932035.png

Finally, click the vzhengdxumsft_8-1720769125060.png  of the Slicer in the page 2.

 

vzhengdxumsft_7-1720769117489.png

The result is as follow:
Page 1:

vzhengdxumsft_9-1720769215799.png

Page 2:

vzhengdxumsft_10-1720769247431.png

Then change the Preselected Slicer in page 2:

vzhengdxumsft_11-1720769289563.png

Page 1:

vzhengdxumsft_12-1720769310756.png

Best Regards

Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

miTutorials
Super User
Super User

This feature is not available currently in Power BI !

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