在本地存储库上查看 Power BI 报表?
Power BI Report Viewing on Local Repository?
是否可以在 Azure 的 VM 本地存储库中包含 Power BI 报表?在 VM 的本地存储库上访问报告怎么样?
假设我们的 VM 在 Azure 中的本地地址是 10.0.2.1。
分发 Power BI 仪表板或报告时,正在发送或访问的 link 例如:https://app.powerbi.com/view?r=asubisdiucibsdibciasb:
这意味着 Power BI 报表的查看不在 Azure VM 本地存储库中
我们需要它,以便我们可以像这样在 Azure VM 本地存储库上查看这些报告 https://10.0.2.1:8080/powerbi/usagereports/report1
这样我们就不会通过 Powerbi.com 查看报告,而只是我们自己的 links/repositories。
谢谢
Power BI 报告可以部署到 Power BI 服务 (app.powerbi.com) 或 Power BI Embedded(不在 VM 上 运行 的 Azure 服务)。使用这些选项中的任何一个,您都可以使用 REST API 将报告嵌入到 运行 虚拟机上的网站中(但这仍然可能不是您想要的,因为它仍然需要连接到外部 Power BI 服务来呈现那个报告)。
我建议您查看 SQL Server vNext 随附的新 Preview of Power BI reports in Reporting Services。它可能会做你想做的事。
是否可以在 Azure 的 VM 本地存储库中包含 Power BI 报表?在 VM 的本地存储库上访问报告怎么样?
假设我们的 VM 在 Azure 中的本地地址是 10.0.2.1。
分发 Power BI 仪表板或报告时,正在发送或访问的 link 例如:https://app.powerbi.com/view?r=asubisdiucibsdibciasb:
这意味着 Power BI 报表的查看不在 Azure VM 本地存储库中
我们需要它,以便我们可以像这样在 Azure VM 本地存储库上查看这些报告 https://10.0.2.1:8080/powerbi/usagereports/report1
这样我们就不会通过 Powerbi.com 查看报告,而只是我们自己的 links/repositories。
谢谢
Power BI 报告可以部署到 Power BI 服务 (app.powerbi.com) 或 Power BI Embedded(不在 VM 上 运行 的 Azure 服务)。使用这些选项中的任何一个,您都可以使用 REST API 将报告嵌入到 运行 虚拟机上的网站中(但这仍然可能不是您想要的,因为它仍然需要连接到外部 Power BI 服务来呈现那个报告)。
我建议您查看 SQL Server vNext 随附的新 Preview of Power BI reports in Reporting Services。它可能会做你想做的事。