Forum Discussion
walid140891
6 years agoHelper III
Embedding to web App
I'm totally new to PBI and the documentations are a bit confusing.
For an Independent software Vendor, What is the best way to embed Power BI report into an Azure-based .Net Core SPA web application that stores data in azure blob storage? Should I create the reports on Power BI Desktop based on the Azure Blob Storage data then simply embed them into the web app?
walid140891 - You need to use Power BI Embedded. These are A skus. Yes, you create in Power BI Desktop, publish to your tenant and then embed in your web application. https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html
2 Replies
- Greg_DecklerCommunity Champion
walid140891 - You need to use Power BI Embedded. These are A skus. Yes, you create in Power BI Desktop, publish to your tenant and then embed in your web application. https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html
- walid140891Helper III
greg_d25Thank you for your response, when it comes to data, my application data is stored in azure binary large objects (Blobs), and it's an SPA, should I import the data to Power BI through jsons or azure blobs?