Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello.
I currently have a Sales table filtered by RLS via Region column in Sales Person table. So, each regional manager can only see sales per their region.
However, now I need one Region Manager to be able to access sales in two regions. I've set up tables as such below. However, RLS doesn't seem to be filtering now.
What adjustments do I need to make to allow one Region manager to access multiple Sales region?
Thanks.
Solved! Go to Solution.
What do you need the bridge table for? It will not help your RLS as it is bidirectionally joined. Eliminate the bridge table and connect the Sales Person table to the Sales table in a *:* BUT single direction join.
What do you need the bridge table for? It will not help your RLS as it is bidirectionally joined. Eliminate the bridge table and connect the Sales Person table to the Sales table in a *:* BUT single direction join.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.