PowerBI Desktop – 获取当前已登录用户

huangapple go评论54阅读模式
英文:

PowerBI Desktop - Get currently Logged in User

问题

在Power BI Desktop中,由于数据库连接问题,我不得不使用不同的用户帐户(管理员/非管理员/管理帐户)登录到Power BI Desktop,其中一个帐户有效,允许数据库连接。

问题:有没有办法找出当前登录到Power BI Desktop的帐户是哪个?(而不必再次登录和退出)。

TIA.

英文:

In Power BI Desktop, due to issues with database connection, I had to login to PowerBI Desktop using my own different user-accounts (admin / non-admin / Mgmt-account), one of which worked i.e. allowed the database connection.

Question: is there a way to find out which account is currently logged in to the Power BI Desktop? (without having to log in-and-out again).

TIA.

答案1

得分: 1

或许你可以这样创建一个测量:

User = USERPRINCIPALNAME() 

然后将它放在一个卡片中?

英文:

Perhaps you could make a measure like so:

User = USERPRINCIPALNAME() 

And put it in a card?

huangapple
  • 本文由 发表于 2023年2月8日 23:21:51
  • 转载请务必保留本文链接:https://go.coder-hub.com/75387946.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定