将 Power BI 磁贴集成到我的 Web 应用

Integrate Power BI tiles to my web app

根据文章 https://msdn.microsoft.com/en-us/library/mt450498.aspx,我能够将磁贴集成到我的 Web 应用程序中。我计划使用我的 Power BI 帐户在我的系统中为每个用户(不是 Power BI 用户)创建单独的磁贴,并使用 link 中描述的技术将属于该用户的每个磁贴嵌入到他们的页面上。我对免费用户(每日)的数据刷新率没有问题。我的问题是我是否需要为我网站上的每个用户拥有一个 Power BI 用户帐户(免费或专业版),或者我是否可以通过编写脚本从 Power BI 服务器(模拟)角度匿名使用它们,例如根据当前为相关磁贴生成访问令牌网站用户?

在 Azure Active Directory 中注册应用程序后,API 必须对 Power BI 用户进行身份验证才能访问用户磁贴。

All of the Power BI APIs mentioned below require an application registered in AAD. Your application needs to login a Power BI user and make the API calls to access the user’s account.

Reference