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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi Everyone,
I am trying to create a report with RLS applied for my organisation. Example structure is Division, Branch, Section. So the manger of a Division should be able to see data for all Branches and Sections under that Division. But Branch manager should only be able to see data for that Branch and the Section manager should be able to see Section data only. I looked at building a hierachy with the path. But I am struggling with my scenario. Any advise/help will be appraciated.
Solved! Go to Solution.
Hi @Anonymous ,
Please check if these posts could help you:
Dynamic Row Level Security with Organizational Hierarchy Power BI,
Best regards
Icey
If this post helps, then consider Accepting it as the solution to help other members find it faster.
Hi @hewavij ,
Please check if these posts could help you:
Dynamic Row Level Security with Organizational Hierarchy Power BI,
Best regards
Icey
If this post helps, then consider Accepting it as the solution to help other members find it faster.
Hi @hewavij ,
Please check if these posts could help you:
Dynamic Row Level Security with Organizational Hierarchy Power BI,
Best regards
Icey
If this post helps, then consider Accepting it as the solution to help other members find it faster.
Hi @Anonymous ,
Please check if these posts could help you:
Dynamic Row Level Security with Organizational Hierarchy Power BI,
Best regards
Icey
If this post helps, then consider Accepting it as the solution to help other members find it faster.
hey @Anonymous did it work?
Proud to be a Super User!
on power bi desktop when setting the roles you should be able to spacify multiple varues for one user ( you need a column in each table that works as a filter control for the data) :
basically you can set for each table a column filter to allow or not data to be seeing by that role,
so you by giving a role a value null for example for that column wont be able to see the data on it, if you using a department id column for example you can do multiple rows to specify in each row each posible value the role have access to:
them in your power bi service you set up to wicth account each role its assigned, you could create a adress security group and add the users to it and assign the role to that users group, so anytime you add or delete someone from it the permits of those role get assigned without getting in power bi service to configure.
hope this its of help,
if this solve your consult please accept as solution, so others can find it if usefull,
thanks.
Proud to be a Super User!
Thanks Stefano, I will try your idea.