Forum Discussion

agonzalezm's avatar
agonzalezm
New Member
4 years ago

Embed Powerbi reports in net apps offline without azureinternet requeriments

Hi, we want to embed powerbi reports in our application that is a blazor app that is deployed onpremise in customer datacenter without internet access.  I have already checked MicrosoftPowerBIApi nuget package but it requires internet connection to azure.

 

It would be amaizing if we can desing reports with powerbi standalone and then export report defintion as xml and then load this report in our blazor app with a blazor viewer and passing the data from local rest apis in the server and parameters need for the report.

 

This is how telerik reporting does, generating report in standalone designer then exporting (trdx) xml definition of report and then you just load this xml file with the apis and paramenters in your blazor or wpf or net viewer without requiring internet connection

 

PowerBI is much more powerfull, you could charge a license for this offline embed usage i would be glad to pay.

1 Reply

  • V-lianl-msft's avatar
    V-lianl-msft
    Icon for Community Support rankCommunity Support

    Currently it is not possible.

    The Interaction would make a new call to the service and then render the report again.

    If there is no internet connection, the report will pending on loading status.