Forum Discussion
Row level security
- 1 year ago
Hi Hussein_charif
The first step is to add an e-mail to your table. This e-mail should contain the e-mail each user use to login to the powerBI service.
When that is done you need to create a role. You do that here.Create one role for each group that need its own logic.
Pick the table and write this logic. email is a placeholder for the name of the colum with the users e-mail.
[email] = userprincipalname()Next step is to go to the workspace in the powerBi service where your repport is uploaded to. pick securityAnd place the users in the correct security group.I hope this helped you solve your problem. 🙂
Hi Hussein_charif
The first step is to add an e-mail to your table. This e-mail should contain the e-mail each user use to login to the powerBI service.
When that is done you need to create a role. You do that here.
Create one role for each group that need its own logic.
Pick the table and write this logic. email is a placeholder for the name of the colum with the users e-mail.