如何在不使用Azure的情况下在MVC应用程序中显示Power BI仪表板

时间:2015-11-07 07:59:23

标签: asp.net-mvc asp.net-mvc-5 powerbi

我是Power-BI的新手,并试图了解Power-BI与MVC中开发的自定义业务解决方案集成的可能性。

有没有什么办法可以在不使用Azure的情况下在MVC应用程序中显示power-BI Dashboards。

1 个答案:

答案 0 :(得分:1)

我们支持在应用程序中嵌入切片和报告。嵌入仪表板是我们的路线图。 tile和report API是基于浏览器的,并使用标准REST API来获取嵌入tile / reports所需的信息。你绝对可以在MVC中完成这项工作。 samples, one for tiles and another for reports可在GitHub上找到。