Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi Team,
I have a report which uses an "useremail" column and the Userprincipalname() for the Row level Security. Lately we have identified that there are users with multiple domain names.
So, in this case we would like to strip out the domain name and take only the employeeid for the Row Level Security.
Please help me how can I modify the below DAX to remove the @domain name and take only the employee ID.
[UserEmail] = userprincipalname()
Solved! Go to Solution.
@LP280388 , You need to share a format to suggest replace
Assume there /. You have try something like
[UserEmail] = right( userprincipalname() , len(userprincipalname() ) - search("/", userprincipalname() ,,0) )
@LP280388 , You need to share a format to suggest replace
Assume there /. You have try something like
[UserEmail] = right( userprincipalname() , len(userprincipalname() ) - search("/", userprincipalname() ,,0) )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
87 | |
81 | |
53 | |
38 | |
35 |