Forum Discussion
RLS - external roles
- Anonymous2 years ago
Hi JohnFraser ,
For your requirements, dynamic RLS can be satisfied, first when creating a role in a Power BI report, write DAX as the user's username(), so that each user can find the corresponding user based on their own UPN, and then impose restrictions on it.
Below is the official link could help you:
Row-level security (RLS) with Power BI - Power BI | Microsoft Learn
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi JohnFraser ,
For your requirements, dynamic RLS can be satisfied, first when creating a role in a Power BI report, write DAX as the user's username(), so that each user can find the corresponding user based on their own UPN, and then impose restrictions on it.
Below is the official link could help you:
Row-level security (RLS) with Power BI - Power BI | Microsoft Learn
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.