Forum Discussion

osaz_nero's avatar
osaz_nero
Regular Visitor
3 months ago
Solved

Dynamic RLS

Hi,   I have a rule to grant access based on hierarchy to Directors and Assistant directors to access rows where the person logged in matches the name of the person in either the Director's Email c...
  • Anonymous's avatar
    Anonymous
    3 months ago

    Hi osaz_nero ,

     

    You are correct that Dynamic RLS eliminates the need to hardcode or maintain user filters within DAX. However, users still need to be granted access to the appropriate role. Dynamic RLS controls data visibility after authorization but Power BI requires users to be assigned to an RLS role either directly or via an Entra ID security group.

    To streamline user management it is best to assign a security group to the RLS role and manage group membership as needed. This way Dynamic RLS will automatically filter data for each user based on their email without requiring DAX updates when Directors or Assistant Directors change.

    Thank you.