1
votes

I would like to render a local PBIX file without having to upload the PBIX file to Azure cloud and afterwards include the required attributes in the embed div.

So far, I haven't even been able to find documentation on how this could be achieved, nor any library for locally rendering a PBIX file, nor even documentation on the .pbix format itself.

The code is run on Node.js, therefore I am looking for an implementation written in Javascript.

Any leads?

1

1 Answers

1
votes

That is not currently available as a Power BI feature. However a preview of SQL Server Reporting Services vNext contains the ability to render Power BI reports and that could be installed on prem or on your laptop.

If I recall right, the preview is limited to SSAS data sources at the moment.