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! Learn more
Hi Power BI Guru,
I am new to RLS. I created a security table contain 2 columns [Email Address] and [Brach Code], aming to create a dynamic RLS rule: the user can only see his own branch's information. Currently the branch code is uniq, and the relation is 1 to 1. The RLS rule works well at this moment.
However, I want to add more person into security table, the branch code is not uniq, the relation is changed to 1 to many, then the RLS rule doesn't work. I don't kow why. And how to address the issue?
Thank you in advance!
Branko
Solved! Go to Solution.
The first version doesn't work either. RLS requires that its restrictions impact the rest of the data model. You need to change your joins to single direction, from the Security table to the Branch Master table. Make the second link Many To Many but only single direction.
The first version doesn't work either. RLS requires that its restrictions impact the rest of the data model. You need to change your joins to single direction, from the Security table to the Branch Master table. Make the second link Many To Many but only single direction.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |