Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi All,
I need User Name only not compnay user account
example:My name is Aruna.don ( i am expecting this)
i am created measure USERPRINCIPALNAME() --its given total employ account(aruna.don@xxxxx.com
USERNAME()--its display my employee id
But i need only aruna.don
Thanks
Aruna
Solved! Go to Solution.
Hello Aruna,
Looking at @MFelix Formula:
Name = LEFT(USERPRINCIPALNAME(),SEARCH("@",USERPRINCIPALNAME(),1, LEN(USERPRINCIPALNAME()))-1)
Try this.
Hello Aruna,
Looking at @MFelix Formula:
Name = LEFT(USERPRINCIPALNAME(),SEARCH("@",USERPRINCIPALNAME(),1, LEN(USERPRINCIPALNAME()))-1)
Try this.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!