Forum Discussion
PriyankaRoy25
4 years agoFrequent Visitor
Currently Logged In User Details in Power BI Report Server
Hello Everyone,
Is there any way to get the Currently logged in User Details (User ID) from Power BI report Server?
Thanks in advance!
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.
1 Reply
- d_gosbellSuper User
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.