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,
I have a 4 tables having hierarchy like Location-->City-->Country-->Region
I have another table hierarchy like UserMaster --> UserRights
In UserRights table there are columns like UserId, LocationId,CityId,CountryId,RegionId
Basically user has been given rights to view data for selected region, country and so on...
Relationships are as menioned below -
UserMaster.UserId = UserRights.UserID
UserRights.LocationId = Location.LocationId
Now, when I am applying filter of UserMaster.LoginId then the slicer of RegionMaster is not filtering based on the selected LoginId.
Pls note that these tables are not connected with each other with FACT table however they are connected which each other via indirect relationship like UserMaster --> UserRights--> Location and so on...
Can someone help on this. Or is there any alternate solution to achive filtering,
Thanks in advance.
Hi, @dinesh_digicube
Without a specific model it is hard to know what went wrong.
Does it work to change the cross-filter direction to both?
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@dinesh_digicube , You need to use a measure from fact to check the value of the measure is not blank in the visual level filter.
Refer this video - https://www.youtube.com/watch?v=cyOquvfhzNM
Hi, thanks for your reply.
In my case fact table is not directly connected , its connected via other table.. So its not working ..
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!