# Report frame appears but is blank, or shows a Power BI sign-in or permission message **What you are seeing** The report frame appears but is blank, or shows a Power BI sign-in or permission message. --- ## Why it happens Capable does not sign anyone in to Power BI. A secure report relies on the reader's own Microsoft session and their Power BI permissions; a report ID is embedded with automatic authentication, which still requires the reader to have access. --- ## What to do Confirm the reader is signed in to Microsoft in the same browser and has been granted access to that report in Power BI. If the report should be visible to everyone, use a Publish-to-web link instead of a secure link. --- ## Limits that apply here | **Limit** | **Value** | **What happens** | | --------------------- | ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | Allowed report hosts | App.powerbi.com and app.fabric.microsoft | Anything else will not render. | | Allowed URL shapes | Exactly one path segment: /view or /repo | /view must carry an 'r' query parameter (secure report link). /reportEmbed must carry a 'reportId' query parameter (public report link). Anything deeper or differently shaped fails validation. | | Bare report ID format | A standard 36-character UUID | A UUID is turned into https://app.powerbi.com/reportEmbed?reportId=&autoAuth=true. It always targets app.powerbi.com, never Fabric. | --- ## Related [Power BI entry in Confluence admin shows a broken or missing iconThe global settings entry points at an icon file (assets/macro/powerbi.png) that is not pr](https://help.gocapable.com/power-bi/power-bi-entry-in-confluence-admin-shows-a-broken-or-missing-icon.html) [Brand new install does not appear on a production siteThe same pattern as the other production apps.](https://help.gocapable.com/power-bi/brand-new-install-does-not-appear-on-a-production-site.html) [Something is missing or looks wrongThe rest of this family.](https://help.gocapable.com/power-bi/something-is-missing-or-looks-wrong.html) --- _Found it? Good._