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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi All,
I have a report with Dynamic RLS applied and I am looking for a way to add the users in service/Security to the Dataset Row-Level security in an automated way or by creating DAX measures in Powerbi file and skipping the part where we add users to the Security tab ?
I would like to avoid the dependency of adding the users everytime to the Security tab.
One option that I have found is by creating an Azure Active Directory Security Group. Then add the AAD Security Group to the Role in the Power BI Service. That way we can add users to the AAD Security group and once they are added they will get access granted.
But is there any other way by creating Permissions table and using DAX Measures to implement RLS in PowerBI as that could be really useful?
Thanks in Advance!
Solved! Go to Solution.
Hi @Saloni_Gupta ,
So far, if you want to implement RLS ,you need create a role with dax in Power BI Desktop and when you publish the report to service need add user to this role.
But if you want to update RLS in service, you can try to use REST API.
There is a case that you could refer, Solved: Can I update Row-level security via Rest API? - Microsoft Power BI Community
Best regards,
Community Support Team_ Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Saloni_Gupta ,
So far, if you want to implement RLS ,you need create a role with dax in Power BI Desktop and when you publish the report to service need add user to this role.
But if you want to update RLS in service, you can try to use REST API.
There is a case that you could refer, Solved: Can I update Row-level security via Rest API? - Microsoft Power BI Community
Best regards,
Community Support Team_ Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.