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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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