# Three ways to point at a report Full report URL, pasted iframe embed code, or a bare report ID. --- ## Where you do it ![Capable Power BI macro configuration dialog. A demonstration financial dashboard is previewed on the left, and on the right a field labelled Embed URL, iframe code, or report ID holds an app.powerbi.c](https://help.gocapable.com/images/6d1c1956-9e75-459b-95ec-d54c9291a880.webp) One field takes a report URL, an iframe snippet or a bare report ID, and the help text above it names each form. | **Task** | **Where** | | ---------------------------------- | --------- | | Add a Power BI report to a page | \- | | Add a report by pasting a link | \- | | Get the right link out of Power BI | \- | --- ## Worth knowing ![A browser address bar showing an app.powerbi.com slash reportEmbed URL with the reportId parameter highlighted, its value masked as a row of x characters.](https://help.gocapable.com/images/742ecffb-9f2c-4db7-984a-3b899bf65b8b.webp) The report ID is the value after reportId in the Power BI address, and pasting that alone is enough. * Power BI Embed is a viewer, not a connector. It never authenticates to Power BI, never fetches report data, and never stores a token. Everything the reader sees comes from Microsoft directly, subject to Microsoft's own access rules. * The macro accepts only two hosts (app.powerbi.com and app.fabric.microsoft.com) and only two URL shapes (/view with an r parameter, /reportEmbed with a reportId parameter). A link copied from the browser address bar while browsing a workspace will usually be rejected. * A bare report ID is always turned into an app.powerbi.com link with automatic authentication. It never targets Fabric. * The frame never scrolls itself (scrolling is off); Power BI handles its own scrolling. A report taller than the configured height is clipped. * A click-to-interact overlay swallows the first click on the report. This is intentional so that page scrolling is not captured by the embed. * The macro is declared as available to unlicensed and anonymous Confluence readers. The frame will render for them, but the report only appears if Power BI itself lets them see it. --- ## Related [Secure and public reportsAnother part of how this works.](https://help.gocapable.com/power-bi/secure-and-public-reports.html) [Microsoft Fabric supportAnother part of how this works.](https://help.gocapable.com/power-bi/microsoft-fabric-support.html) [How it worksThe rest.](https://help.gocapable.com/power-bi/how-it-works.html) --- _How it actually behaves._