-2

有人可以让我知道如何将 PowerBI Dashboard 上传到 PowerBi Embedded 并在网页中显示相同的内容。我上传了 pbix 文件,但不知道如何处理仪表板

谢谢

4

2 回答 2

2

我建议以下资源:

https://azure.microsoft.com/en-us/documentation/articles/power-bi-embedded-get-started-sample/

https://azure.microsoft.com/en-us/documentation/articles/power-bi-embedded-get-started/

其中第一个包含一个带有嵌入式 Power Bi 仪表板的 Web 应用程序示例。在示例 Web 应用程序中,您可以查看要为 power bi 嵌入式引用的 NuGet 包、要添加的 js 文件以及预配和 MVC 对象。遵循这个例子是相当简单的。

编辑

我还建议遵循以下 GitHub 链接,其中包含基于最新版本的 NuGet 包的更新示例。

https://github.com/Azure-Samples/power-bi-embedded-integrate-report-into-web-app/blob/master/EmbedSample/Controllers/DashboardController.cs#L69

于 2016-07-11T16:57:24.160 回答
1

据我所知,您只能嵌入报表,powerbi Embedded 不支持嵌入仪表板。但是,您可以通过使用 PowerBI API 来实现您想要的,请查看以下链接powerbi-developer-integrate-tile

于 2016-08-05T10:08:23.607 回答