Forum Discussion
Power BI Global Role Level Security
- 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
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
amitchandak , this helped. Thank you very much! I am glad I had a Power Automate job pushing the Azure AD data to SQL.
With that, I created a dataflow table (my users-sites table as you suggested) and now I can use that in all of our reports and when an update is needed, now we just need to update the dataflow. However, do you know if there is an easy way to get the AD data into Power BI without copying the data to SQL first so the PBI does not rely on this flow?