Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello PBI Experts,
I have two Tables connected through ID Column
Attaching Screenshot --
I have two slicers in my Page
City
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?
Solved! Go to Solution.
Hi @Prarabdha_07,
Try to modify your visual level filter measure to:
filterSlicer =
IF(
ISFILTERED(Many[City]),
INT(NOT ISEMPTY(Many)),
1
)
Hi @Prarabdha_07,
Try to modify your visual level filter measure to:
filterSlicer =
IF(
ISFILTERED(Many[City]),
INT(NOT ISEMPTY(Many)),
1
)
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!
| User | Count |
|---|---|
| 97 | |
| 76 | |
| 52 | |
| 51 | |
| 46 |