Forum Discussion
PowerBI Embeded Playground : Embededing with my setting shows error
Hi,
I am using Powerbi Embeded Playground at https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html#
I have used Azure AD token by using Get-PowerBIAccessToken -AsString but it displays this error.
But when I open the link in next tab it shows the report but that is not embeded report.
Regards
Rajaniesh
2 Replies
- v-xicai
Community Support
Hi rajaniesh ,
1.To get started, you're required to have:
- A Power BI Pro account (a master account that is a username and password to sign in to your Power BI Pro account), or a service principal (app-only token).
- A Microsoft Azure subscription.
- You need to have your own Azure Active Directory tenant setup.
If you're not signed up for Power BI Pro, sign up for a free trial before you begin.
If you don’t have an Azure subscription, create a free account before you begin.
2.You can go through the Embedding setup tool to quickly get started and download a sample application.
Choose the solution that is right for you:
- Embedding for your organization allows you to extend the Power BI service. To do this, implement the Embed for your organization solution.
- Embedding for your customers allows you to embed dashboards and reports to users who don't have a Power BI account. To do this, implement the Embed for your customers solution.
You can learn more :https://docs.microsoft.com/en-us/power-bi/developer/embedding.
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- rajaniesh
Helper II
Hi Amy,
I have done the required setup in Azure AD and followed all the steps. In the PowerBI Playground we need to provide the report ID, Azure AD token and URL to browse the report and when I copied these info it thrownme this erro. Also I am looking for Javascript implementation of Embedding for customer and Embedding for Organization. The same code only shows .NET SDK implementation.
Regards
Rajaniesh