# Report is cut off or too short, and there is a scrollbar inside it that is awkward to use **What you are seeing** The report is cut off or too short, and there is a scrollbar inside it that is awkward to use. --- ## Why it happens The frame defaults to 450px tall and the embedded report manages its own scrolling, so a tall report is clipped by the frame rather than expanding the page. --- ## What to do Open the macro configuration and raise Height until the whole report fits, for example 700px or 900px. --- ## Settings involved | **Setting** | **Where** | **What it does** | | ------------------------------ | ---------------------------------- | ---------------- | | Power BI global settings entry | Confluence admin - Apps - Power BI | \- | --- ## 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. | --- ## A few things that catch people out * There is a loose final fallback in the URL check that uses a 'contains' test on the hostname instead of an exact match, so a lookalike hostname can slip past validation. * The Power BI client declares a feature flag (confluence.powerbi), but feature flag gating is only applied inside the Suite app, and Power BI is not in the Suite. The flag therefore does nothing today. * There is no Power BI showcase page in the Asset Store demo content, by design. --- ## Related [Pixel width was set on the macro but the report still fills the whole columnA configured width is treated as an upper bound and clamped to the page column width. This](https://help.gocapable.com/power-bi/pixel-width-was-set-on-the-macro-but-the-report-still-fills-the-whole-column.html) [Scrolling the Confluence page stops when the mouse is over the report; the first click on the reportAn invisible 'Click to interact' overlay sits over the report so page scrolling is not cap](https://help.gocapable.com/power-bi/scrolling-the-confluence-page-stops-when-the-mouse-is-over-the-report-the-first-click-on-the-report.html) [Everything elseThe rest of this family.](https://help.gocapable.com/power-bi/everything-else.html) --- _Found it? Good._