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?