Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
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:
The error is something like below:
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.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.