Forum Discussion
Anonymous
5 years agoNot applicable
RLS in PowerBI
Hi All, I have a RLS built in Power BI where I have created a role to get the current user email address. As the username() brings in the email addresss in Power BI service, I need to write ...
- Anonymous5 years ago
Used the below and it worked
[Email1] = left(USERPRINCIPALNAME(),find("@",USERPRINCIPALNAME())-1)
Anonymous
5 years agoNot applicable
Question has been updated!
- Anonymous5 years agoNot applicable
Used the below and it worked
[Email1] = left(USERPRINCIPALNAME(),find("@",USERPRINCIPALNAME())-1)