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 app...
- 6 years ago
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
Greg_Deckler
6 years agoCommunity 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
walid140891
6 years agoHelper 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?