Forum Discussion
AdithyaNaini
Microsoft
Aug 07, 2025Embedded 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?
Kidd_Ip
Aug 08, 2025MVP
How about this:
- 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.
- 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.
- 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.
- 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
- AdithyaNainiAug 08, 2025
Microsoft
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