Forum Discussion

yoismelp's avatar
yoismelp
Frequent Visitor
4 years ago
Solved

Power BI Global Role Level Security

To any one reading this, I was wondering if you have come to a situation where you implement RLS on all of your reports (let say about 30). The RLS is set so that users assigned to site A Active Dire...
  • amitchandak's avatar
    4 years ago

    yoismelp . Have you create a table like

    Site - Email and joined it with fact table  (many to many bi-direction is fine too)

     

    and then create a role with filter

    [Email] = userprincipalname()

     

    I think this approach should work

     

    Assign this role to a security group

     

     

    How to use Row Level Security (RLS): https://youtu.be/NfdIA0uS6Nk