Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
Is there any way possible to display portal's user name ,in which the power bi report has embedded, on the report?
Thanks
Hi, @Anonymous ,
As @amitchandak said, you could create a measure.
Measure = USERPRINCIPALNAME()
then add it into card adn publish ->embeded.
The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @v-yalanwu-msft ,
I have already done that in the report but this is not the ask actually. the users on the embedded portal are not power bi users. how to display such users on the embedded report when they navigate the embedded report.
Thanks
@Anonymous use this: USERNAME()
If you want to personalise it, you can use the one below and you can change it to whatever suits your needs. I used this measure. As long as you have a user list as part of your tables. Other the measure will return a username:
personalised greeting:
returns a name: user is part of the user list on the report
returns username: user not part of user's list on the report
Hi @Tlotly @amitchandak ,
Sorry i forgot to mention in the post that the users in the portal are not the power bi users and they do not have Power BI license. They simply logged in the portal, using the portal's credentials, and access the embedded report.
How to display those user's name in the power bi report?
Thanks
@Anonymous , userprincipalname and username can be passed with values of you choice in case of embedded , you should be get the values using that
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.