Forum Discussion

AdithyaNaini's avatar
AdithyaNaini
Icon for Microsoft rankMicrosoft
Aug 07, 2025

Embedded Powerbi charts as images in MS loop

HI Team 

 

Does any one has usecase or flow how to create the Power automate to get the charts from powerbi and place it in MS loop?

2 Replies

  • How about this:

     

    1. Export Power BI Visual as Image
      • Use Power BI’s Export API or Paginated Reports to generate a visual/chart as an image.
      • Alternatively, use a Power Automate button inside Power BI to trigger a flow that captures a filtered chart.
    2. Store the Image
      • Save the exported image to a cloud location like OneDrive, SharePoint, or a shared folder.
      • Ensure the image is publicly accessible or has permissions aligned with your Loop workspace.
    3. Create the Flow in Power Automate
      • Trigger: Use a scheduled flow or a manual trigger from Power BI.
      • Actions:
        • Get the image from the storage location.
        • Use Microsoft Graph API or Loop component APIs (if available) to insert the image into a Loop page.
        • Alternatively, send the image via Outlook or Teams with a Loop component embedded.
    4. Embed in Loop
      • Currently, Loop doesn’t have a native Power Automate connector, but you can:
        • Paste the image URL into a Loop component.
        • Use SharePoint or OneNote integration as a bridge to Loop.
        • Explore Graph API to programmatically update Loop pages (experimental).

     

    Create a Power Automate visual for Power BI - Power BI | Microsoft Learn

     

    • AdithyaNaini's avatar
      AdithyaNaini
      Icon for Microsoft rankMicrosoft

      can you please create diagrams of with solutions from 1 to 4 . I am new to power automate , if you can attach some samples PBIX files or diagrams with each task in power automate it will really help me . Thanks 

Resources