Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not 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.
Role.png

As the username() brings in the email addresss in Power BI service, I need to write a DAX code in the role to show only the ID from the email address and not the entire email address as my security model is based on ID.

Can someone please help me with the DAX code here.

 

Thank you

Poojitha

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Used the below and it worked
[Email1] = left(USERPRINCIPALNAME(),find("@",USERPRINCIPALNAME())-1)

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Question has been updated!

Anonymous
Not applicable

Used the below and it worked
[Email1] = left(USERPRINCIPALNAME(),find("@",USERPRINCIPALNAME())-1)

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Solution Authors