Forum Discussion
USERPRINCIPALNAME() and USERNAME() returns same result
Anonymous
In Power BI Desktop, username() returns a user in the format of DOMAIN\User and userprincipalname() returns a user in the format of [email protected]
In Power BI Service, username() and userprincipalname() both return the userprincipalname, which is the email address format.
Best,
Paul
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly, Kudos is nice too.
Hi Anonymous yes thats the expected behavior, but in desktop iam getting DOMAIN\User for both the function. Not sure why this is happening in desktop, am using latest version nov 2019.
- Anonymous6 years agoNot applicable
Anonymous
Is your account assigned to a domain? Please first check with your UPN with "whoami" in cmd.
One of my collegue also experienced the same issue, where both functions return his computer name(Desktop_xxxx\name) instead of account name. . This is because he was removed from the domain.
Paul