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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Folks,
I am new to RLS. Never worked .
Can you please help me how to implemnt Dynamic RLS on Power BI. How companies implementing in relatime.
Ex Source: SQL Server, Excel
if you can detail that would be great help for me.
Regards,
Solved! Go to Solution.
UserEmail | Region |
user1@domain.com | East |
UserAccess[Region] → SalesData[Region]
4. Define RLS Roles in Power BI Desktop
Navigate to Modeling → Manage Roles.
Create a new role (e.g., 'RegionalAccess').
Apply the following DAX filter on the 'UserAccess' table:
DAX
[UserEmail] = USERPRINCIPALNAME()
5. Test the Role
Use Modeling → View as Roles to simulate and verify the RLS behavior for different users.
6. Publish and Assign Roles in Power BI Service
Refer these links for more details,
Hi @Gopal_PV ,
We would like to follow up to see if the solution provided by the super user resolved your issue. Please let us know if you need any further assistance.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.
Regards,
B Manikanteswara Reddy
Hi @Gopal_PV ,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?
If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.
Regards,
B Manikanteswara Reddy
UserEmail | Region |
user1@domain.com | East |
UserAccess[Region] → SalesData[Region]
4. Define RLS Roles in Power BI Desktop
Navigate to Modeling → Manage Roles.
Create a new role (e.g., 'RegionalAccess').
Apply the following DAX filter on the 'UserAccess' table:
DAX
[UserEmail] = USERPRINCIPALNAME()
5. Test the Role
Use Modeling → View as Roles to simulate and verify the RLS behavior for different users.
6. Publish and Assign Roles in Power BI Service
Refer these links for more details,
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!