Forum Discussion
Power BI Embedded
Anonymous Thanks for the response.
If I am not wrong Power BI Embedded Azure is going to deprecate , but embedding would continue with Power BI Rest API and Embedded client lib
Yes that is correct. The Product of "Power BI embedded" is going to be deprecated. Embedding is from now on supported by the PowerBI Service. The APIs are merged to one API now. They C# part of the API is running as "V2".
- kuldeep_kumar9 years agoAdvocate I
So now we have two scenarios.
1) Users owns data (PB1)
2) App owns data (PB2)
So in case of PB2 I still have doubts
- Is there any Per report/Visual rendering kind of licensing model in any of the cases?
- In case of PB2, what I did is :
- Registered my webapp in Azure AD
- Share the URL with all users
- Users can see embedded reports
- Where do I require Power BI premium license in this case, cause users are already available to see the reports.
- Eric_Zhang9 years agoMicrosoft Employee
kuldeep_kumar wrote:
So now we have two scenarios.
1) Users owns data (PB1)
2) App owns data (PB2)
So in case of PB2 I still have doubts
- Is there any Per report/Visual rendering kind of licensing model in any of the cases?
- In case of PB2, what I did is :
- Registered my webapp in Azure AD
- Share the URL with all users
- Users can see embedded reports
- Where do I require Power BI premium license in this case, cause users are already available to see the reports.
I think it is a license issue, you can develop PB2 with a pro license, however when promoting your solution to production, you need to purchase a premium license. Also, the different premium capacities determin the performance. See this link.
- kuldeep_kumar9 years agoAdvocate I
Eric_Zhang Thanks
But as per the link given
If you are using a separate tenant for development, then you will need to make sure your app workspaces, along with dashboards and reports, are available in your production environment.what exactly production environment means. Because for development purpose, I have created custom AAD in my portal account and registered the app.