Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
kakkaroolari
Frequent Visitor

Embedded dashboard get metadata fails with errors on console

I have been following .Net Core example from here.

 

When opening example I get similar errors then in: this ticket

 

WRONG_bearer_token.PNG

 

The call to GET https://wabi-north-europe-redirect.analysis.windows.net/metadata/embed/dashboard/9b3585b9-91bc-4cf8-... is using;

Bearer "Embed view token" generated by GenerateTokenInGroupAsync call

 

Tested with external REST client;

GET https://wabi-north-europe-redirect.analysis.windows.net/metadata/embed/dashboard/9b3585b9-91bc-4cf8-...

by using Bearer "Embed view token" -> I get 403

 

However, if is use external REST client;

GET https://wabi-north-europe-redirect.analysis.windows.net/metadata/embed/dashboard/9b3585b9-91bc-4cf8-...

by using Bearer "Access token" -> It's 200 OK

 

How can I change the AJAX call (?) to use Access token, instead of Embed token.

 

Modified code sample added (azure app settings removed).

https://www.dropbox.com/s/743hxrbmwibdzr9/NetCoreSample.zip?dl=0

1 REPLY 1
kakkaroolari
Frequent Visitor

This got solved, stupid user error. I was using the same variable to store both Embed Token and Access Token.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.