Forum Discussion
Power BI Renders report without Embedded Service
- 11 months ago
Hi Anonymous ,
The embedTrial property you are checking refers only to the optional Embedded trial capacity, which you haven’t activated, so usage shows 0. Right now your reports run on shared capacity, which doesn’t expose usage metrics. To see and control consumption you will need to assign your workspace to a Premium/Embedded capacity - shared capacity is just a fallback and isn’t metered per tenant.
Thank you.
No, I have not taken embedded code of report. I'm following a proper App owns data approach, which includes registration of app using microsoft Entra (service principal), creating a security group, and add that to power bi. Then I'm using microsoft auth api and power bi report api to get the embedded tokens which then I pass to sdk on my custom web application.
Either case you need of registering your application, creating the Service Principle and Generating the token and adding that Service Principle to the Workspace.
- Anonymous11 months agoNot applicable
Yeah, but I didn't use Publish to web feature.