Forum Discussion
publish to web vs embedded?
- Anonymous9 years ago
Publish to Web - Unsecured, not recommended to be used with any sort of proprietary data. Easy single click to publish content that is ok for the general public.
Power BI Embedded - Is an Azure Service that can only be used in external facing applications. Essentially your application uses it's own security, and leverage Power BI Desktop to embed reports. You are charged based on usage.
The last that you didn't mention, was leveraging the Dev API to embed Power BI reports from the Service into internal Applications.
More info here.
Publish to Web - Unsecured, not recommended to be used with any sort of proprietary data. Easy single click to publish content that is ok for the general public.
Power BI Embedded - Is an Azure Service that can only be used in external facing applications. Essentially your application uses it's own security, and leverage Power BI Desktop to embed reports. You are charged based on usage.
The last that you didn't mention, was leveraging the Dev API to embed Power BI reports from the Service into internal Applications.
More info here.
Thanks. this is super helpful.