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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
kpratik
Frequent Visitor

Update embed token using javascript

Hello All,

 

I am embeding power bi reports on my website using APPS OWNED DATA.

Steps which I have followed is

1. Get Access token - Using https://login.microsoftonline.com/common/oauth2/token REST API

2. Get Embed token - Using  https://api.powerbi.com/v1.0/myorg/groups/<id>/reports/<id>/GenerateToken

 

After getting embed token rest everything works as expected.

Embed token expires after certain time interval, I wanted to know how can I update embed token using JavaScript?

I followed this article https://github.com/Microsoft/PowerBI-JavaScript/wiki/Refresh-token-using-JavaScript-SDK-example and I got following error:

 

Uncaught ReferenceError: generateEmbedToken is not defined

 

Thanks in advance.

3 REPLIES 3
v-micsh-msft
Microsoft Employee
Microsoft Employee

Where did you put the refresh token example in your code?

 

As the document statys, the generateEmbedToken is a function you need to implement with.

Basically, the generateEmbedToken should follow the scenario of the GenerateToken function, and you need to get the AccessToken first:

GenerateToken 

https://msdn.microsoft.com/library/mt784614.aspx

 

I haven't found any code sample for that.

 

 

Regards,

Michael

Anonymous
Not applicable

Does anybody have an example for this?

I am having the same issue and dont understand how shoul;d i implement the generateEmbedToken function

It all depends on your setup and where you generate your tokens.

If using PowerBI embedded, you probably have a backend to handle token generation and token refresh, so you'll have to make a POST request to your back-end endpoint with the reportId (and maybe groupId) and that should return your new token data.

I don't think you can get an embed token dynamically from the endpoint you mentioned at point 2 in the initial post, which I believe is what you're trying to get an example for.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.