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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello Everyone,
Is there any way to get the Currently logged in User Details (User ID) from Power BI report Server?
Thanks in advance!
Solved! Go to Solution.
It depends on how you want to use this information. If you just want to display it on the report you could create a measure in a pbix file using the UserName() function. Or if you want to see this in a paginated report you could use the User!UserID property in an expression in a text box.
It depends on how you want to use this information. If you just want to display it on the report you could create a measure in a pbix file using the UserName() function. Or if you want to see this in a paginated report you could use the User!UserID property in an expression in a text box.