Forum Discussion
admin_xlsior
Post Prodigy
5 years agoHow to get current Power BI Sign in ?
Hi guys, How to get current Power BI Sign In ? I know there are USERNAME() and USERPRICIPALNAME(), but this is windows login. Inside Power BI, either it is Desktop or Service, we can sign in usin...
- Anonymous5 years ago
Hi admin_xlsior
These functions are the one which will give you the username.
Yes you are right, these functions return differently on Desktop and on Service, But they return the user's name who has signed in.
Create a blank .pbix file with these functions and publish it so see how it is displayed and then you can change as per requirement.
Anonymous
5 years agoNot applicable
Hi admin_xlsior
These functions are the one which will give you the username.
Yes you are right, these functions return differently on Desktop and on Service, But they return the user's name who has signed in.
Create a blank .pbix file with these functions and publish it so see how it is displayed and then you can change as per requirement.
admin_xlsior
Post Prodigy
5 years agoHi Pranit828,
Thanks, True. it only correct in Power BI Service.