Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
My embedded power report that is on another web platform times out after 25 minutes of intercating with it - why would this be? any solutions?
Solved! Go to Solution.
Hi @justinabalch ,
Embedding and interacting with reports/dashboards/tiles requires the use of an Embed Token. Embed Token has expiration time, this means that after embedding a report(we will use report for the examples) you are limited in the time you can interact with it(some interactions do not require EmbedToken). In order to solve this limitation you can set a listener on the time until token expiration, generate a new Embed Token and set the new token using the JavaScript SDK, see Refresh token using JavaScript SDK.
You may also try to improve the performance of Power BI Embedded, see more details:Power BI Embedded performance
Best Regards,
Amy
Community Support Team _ Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @justinabalch ,
Embedding and interacting with reports/dashboards/tiles requires the use of an Embed Token. Embed Token has expiration time, this means that after embedding a report(we will use report for the examples) you are limited in the time you can interact with it(some interactions do not require EmbedToken). In order to solve this limitation you can set a listener on the time until token expiration, generate a new Embed Token and set the new token using the JavaScript SDK, see Refresh token using JavaScript SDK.
You may also try to improve the performance of Power BI Embedded, see more details:Power BI Embedded performance
Best Regards,
Amy
Community Support Team _ Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.