Forum Discussion

RichFlorida's avatar
RichFlorida
Icon for Helper V rankHelper V
2 months ago
Solved

Power BI Desktop Bridge (June 2026 Preview)

  The June 2026 release included a new feature called Power BI Desktop Bridge.  It is enabled by default. Was anyone able to use it?    What needs to be done to get started?
  • tharunkumarRTK's avatar
    2 months ago

    I tried it and it is working for me. Below are the documents and steps I followed

    https://community.fabric.microsoft.com/t5/Power-BI-Updates-Blog/Power-BI-Desktop-Bridge-Preview/ba-p/5227769
    https://learn.microsoft.com/en-us/power-bi/developer/agentic/power-bi-desktop-bridge-overview

    1. Make sure you installed June version of Power BI desktop and "Enable external tool access to Power BI Desktop through secure local APIs" is enabled.
    2. Install Node.js if you don't already have it (this CLI needs Node, not Python).
    3. Install the Desktop Bridge CLI globally via npm

      npm install -g Microsoft/powerbi-desktop-bridge-cli

      1. Once installed, you get the powerbi-desktop command

        You will be able to run the below commands

        powerbi-desktop manifest, to see what the bridge supports
        powerbi-desktop status, to check running Desktop instances
        powerbi-desktop reload, to reload on-disk changes into Desktop
        powerbi-desktop screenshot-all, to screenshot every report page

        Note: to use these commands make sure you opened a report in PBIP format in your Power BI Desktop.

         

         

         

        Connect on LinkedIn

        Read my blogs here: https://www.techietips.co.in/

         

         

         








        Did I answer your question? Mark my post as a solution!
        If I helped you, click on the Thumbs Up to give Kudos.

        Proud to be a Super User!