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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Prarabdha_07
Frequent Visitor

Slicer from Different Tables (Need to filter without Bidirectional Relationship)

Hello PBI Experts,

I have two Tables connected through ID Column

Attaching Screenshot --

 

Prarabdha_07_4-1710094579769.png

 

Prarabdha_07_5-1710094626072.png

 

 
Prarabdha_07_3-1710094536354.png

 

 

 

 

 

 

 

I have two slicers in my Page

  1. City

  2. Name

As per the direction city slicer will not filter the Name Slicer and i don't want bidirectional Relationship so i use the Visual level filter under Name (where Sales is not Blank) and not it is working but when i remove the selected value from first slicer, all values are not coming in the other slicer. (Only A and S are coming in Name Slicer.

Can we achieve this without BI-directional Relationship?

1 ACCEPTED SOLUTION
wini_R
Solution Supplier
Solution Supplier

Hi @Prarabdha_07,

Try to modify your visual level filter measure to:

filterSlicer = 
IF(
    ISFILTERED(Many[City]), 
    INT(NOT ISEMPTY(Many)),
    1
)

View solution in original post

2 REPLIES 2
wini_R
Solution Supplier
Solution Supplier

Hi @Prarabdha_07,

Try to modify your visual level filter measure to:

filterSlicer = 
IF(
    ISFILTERED(Many[City]), 
    INT(NOT ISEMPTY(Many)),
    1
)

thanks @wini_R for your help, it is working

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

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

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