Forum Discussion
walid140891
Helper III
6 years agoEmbedding 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
Community Champion
6 years agowalid140891 - 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
Helper III
6 years agogreg_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?