Forum Discussion
tryto
4 years agoNew Member
Rls
Please can anyone suggest how to implement dynamic RLS in Powerbi service so that external user can see only their data. I am trying to set up role wherein it checks the login email is same as USERP...
Greg_Deckler
4 years agoCommunity Champion
tryto Your security table will need to have the email address match whatever is returned by USERPRINCIPALNAME.
tryto
4 years agoNew Member
Greg_Deckler please can you guide me if there is any DAX that I can formulate that checks the email id of the user before the "@" sign and formats the user email to Same as the UPN.
- v-xiaotang4 years agoCommunity Support
Hi tryto
As Greg_Deckler said, your security table need to have the email addresses returned by USERPRINCIPALNAME. But for Analysis Services data sources, you can configure custom UPN rules. Please read this article,
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.