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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
kian0417
Regular Visitor

Refresh and generate embed token using JavaScript SDK

Hi,

I had embedded the report on my web page.
But my embed token will expire after 1 hour, so I need to keep to generate the token in Powershell.

Then, I am trying to use javascript SDK to generate embed token and refresh when the token is expired. But when I run the function, it will get an error and failed to implement the function.

The refresh token function is something like as below link:

Refresh token using JavaScript SDK example 

3 REPLIES 3
kian0417
Regular Visitor

The error is something like below:

 

error.png

Anonymous
Not applicable

Hi @kian0417 

The 'generateEmbedToken' as shown in that Wiki example, is a placeholder for you to put your own function in.
You will need to create a function that can call into the Power BI REST API -> https://docs.microsoft.com/en-us/rest/api/power-bi/embedtoken/reports_generatetokeningroup

It sounds as though you are already using this, as you have the initial embedding process working.
There is no built-in function in the Javacript API for automatically doing this action.

Hope this helps.

Noted with thanks.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

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.

Top Kudoed Authors