Forum Discussion
Embed report without login/using a SKU
Thank you,
It's about "embed for your customers", so they don't have to login into a PowerBI-Account.
I followed: https://docs.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-customers?tabs=net-core
At step 8/ after step 8 I'm not sure what to do:
ā
After I entered all the values (IDs, tenant, group, report...) into the json and build it. While some "problems" occur displaying it on "localhost" (see screenshots), building the app itself went fine.
These errors appear when displaying on localhost:
Why these errors?
Afterwards I have a notion of "requiring to generate tokens".
When I upload the report to https://playground.powerbi.com/de-de/dev-sandbox, how do I embed it, so that customers can interact on a website with it and don't need to have a Power Bi Account?
I have a SKU, and I've attached the workspace to it.
Hi Anonymous ,
Did you embed Power BI content with Service principal? If yes, you can refer the following links to make troubleshooting and try to resolve the problem.
Embed Power BI content with service principal and an application secret
Embed Power BI Report for Customers using App Own Concept and Service Principal
And according to the notion "requiring to generate tokens", it seems there is one issue in generating token. Please check whether it hit any of following limitations:
Considerations and limitations
Considerations when generating an embed token
When you use the solution embedded for customers, the customers don't need to sign in using Power BI credentials to view the embedded content.
Best Regards