We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.