Forum Discussion

cchilton's avatar
cchilton
Helper I
4 months ago
Solved

Embedded Visuals - "This content isn't avaliable" Error

We have an application that uses Power BI Embedded to display reports. Each visual is embedded as an individual tile using JavaScript, and users can move these tiles around to customize their layout...
  • v-aatheeque's avatar
    v-aatheeque
    4 months ago

    Hi cchilton 

    Since the issue occurs after the application has been idle for some time, this strongly indicates that the embed token is expiring during inactivity and is not being refreshed proactively. When the user interacts again (such as rearranging tiles), the visuals attempt to reload using an expired token, which results in the “This content isn’t available” error.

     

    To address this we recommend working with your backend team to:

     

    • Ensure embed tokens are refreshed proactively (for example, every 45–50 minutes) rather than only on initial load or after failure.
    • Verify that a fresh token is generated on each refresh request and not reused.
    • Confirm that all embedded tiles are consistently using the updated token.

    If the issue continues after implementing the above, I would recommend raising a Microsoft Fabric Support and Status | Microsoft Fabric so the team can perform deeper backend analysis to identify the root cause.