<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Embedded Public snapshot refresh in PPT in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Public-snapshot-refresh-in-PPT/m-p/5041630#M64540</link>
    <description>&lt;P&gt;We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience and look forward to hearing from you.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth Are&lt;BR /&gt;MS Fabric community support&lt;/P&gt;</description>
    <pubDate>Tue, 17 Feb 2026 07:49:43 GMT</pubDate>
    <dc:creator>v-prasare</dc:creator>
    <dc:date>2026-02-17T07:49:43Z</dc:date>
    <item>
      <title>Embedded Public snapshot refresh in PPT</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Public-snapshot-refresh-in-PPT/m-p/4999960#M64466</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is there anyway to automate data refresh for powerbi report pages that are embedded in ppt as public snapshot?&lt;/P&gt;&lt;P&gt;Deck is consumed by Business stakeholders and non-tech users thats would not have access to PowerBI env and has multiple slides(30+) for different categories and metrics. Live connection for embedded visuals is not an option. Workaround as of now is to switch to live manually to refresh latest data and revert back to Public snapshots for each slide. Looking for&amp;nbsp; recommendations or solutions to do this programmatically using macro/power automate, etc?&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Sat, 07 Feb 2026 12:24:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-Public-snapshot-refresh-in-PPT/m-p/4999960#M64466</guid>
      <dc:creator>PJ_86</dc:creator>
      <dc:date>2026-02-07T12:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Public snapshot refresh in PPT</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Public-snapshot-refresh-in-PPT/m-p/5000415#M64467</link>
      <description>&lt;P&gt;From what I understand, the current limitation is related to how Public Snapshots work when Power BI content is embedded into PowerPoint.&lt;/P&gt;&lt;P&gt;Public Snapshots are essentially static representations of report pages. Even if the underlying dataset or report is refreshed in Power BI, the snapshot embedded in PowerPoint does not automatically update. Because of this design, there is currently no native API or automation hook (Power Automate, Macro, etc.) that can programmatically trigger a refresh of Public Snapshot content inside an existing PPT deck.&lt;/P&gt;&lt;P&gt;If Live embedding is not an option due to licensing or access constraints for business users, the only reliable approaches today are typically:&lt;/P&gt;&lt;P&gt;• Re-generate snapshots after dataset refresh (manual or semi-automated outside PPT)&lt;BR /&gt;• Use Export APIs (PPT/PDF/Image) to rebuild the deck after refresh&lt;BR /&gt;• Maintain a template PPT and replace visuals programmatically after export&lt;/P&gt;&lt;P&gt;If automation is critical, I would personally lean toward an Export API–driven pipeline (for example: dataset refresh → export report pages → rebuild PPT → distribute), instead of trying to automate snapshot switching inside PowerPoint itself.&lt;/P&gt;&lt;P&gt;If Microsoft introduces programmatic snapshot refresh or snapshot lifecycle APIs in the future, that would change the architecture significantly, but as of today this looks like a product limitation rather than a configuration gap.&lt;/P&gt;&lt;P&gt;Happy to discuss architecture options if you can share:&lt;BR /&gt;• Tenant / licensing model (Pro / PPU / Embedded / F SKU / Fabric capacity)&lt;BR /&gt;• How frequently the deck needs to be refreshed&lt;BR /&gt;• Whether rebuilding PPT is acceptable vs updating in-place&lt;/P&gt;</description>
      <pubDate>Sun, 08 Feb 2026 11:34:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-Public-snapshot-refresh-in-PPT/m-p/5000415#M64467</guid>
      <dc:creator>bariscihan</dc:creator>
      <dc:date>2026-02-08T11:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Public snapshot refresh in PPT</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Public-snapshot-refresh-in-PPT/m-p/5000437#M64468</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/833169"&gt;@bariscihan&lt;/a&gt;&amp;nbsp;,Thanks for your response.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Can check on infra details with platfrom team, but I believe we are currently using Pro workspace which is shared F16 instance.&lt;/LI&gt;&lt;LI&gt;The deck is expected for monthly refresh for multiple Products(1 deck/product).&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;PBI visuals are one of the element on the slide, there are additional commentary and details that end users will update before distribution.&lt;/LI&gt;&lt;LI&gt;Can you share more details on Export API approach? If that help with in-place refreshing or inside fixed ppt template.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sun, 08 Feb 2026 12:39:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-Public-snapshot-refresh-in-PPT/m-p/5000437#M64468</guid>
      <dc:creator>PJ_86</dc:creator>
      <dc:date>2026-02-08T12:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Public snapshot refresh in PPT</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Public-snapshot-refresh-in-PPT/m-p/5001333#M64479</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1532385"&gt;@PJ_86&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Short answer — Export API does not support true in-place refresh inside an existing PPT or Public Snapshot.&lt;/P&gt;&lt;P&gt;The practical approach today is:&lt;BR /&gt;Refresh dataset → Export report pages → Rebuild PPT (or update a template) → Distribute.&lt;/P&gt;&lt;P&gt;If preserving commentary is important, using a fixed template and replacing visuals programmatically is usually the most reliable option.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 12:24:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-Public-snapshot-refresh-in-PPT/m-p/5001333#M64479</guid>
      <dc:creator>bariscihan</dc:creator>
      <dc:date>2026-02-09T12:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Public snapshot refresh in PPT</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Public-snapshot-refresh-in-PPT/m-p/5015238#M64524</link>
      <description>&lt;P&gt;We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience and look forward to hearing from you.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth Are&lt;BR /&gt;MS Fabric community support&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 13:19:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-Public-snapshot-refresh-in-PPT/m-p/5015238#M64524</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2026-02-13T13:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Public snapshot refresh in PPT</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Public-snapshot-refresh-in-PPT/m-p/5041630#M64540</link>
      <description>&lt;P&gt;We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience and look forward to hearing from you.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth Are&lt;BR /&gt;MS Fabric community support&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 07:49:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-Public-snapshot-refresh-in-PPT/m-p/5041630#M64540</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2026-02-17T07:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Public snapshot refresh in PPT</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Public-snapshot-refresh-in-PPT/m-p/5041633#M64541</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1533770"&gt;@bmontoni&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience and look forward to hearing from you.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth Are&lt;BR /&gt;MS Fabric community support&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 07:50:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-Public-snapshot-refresh-in-PPT/m-p/5041633#M64541</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2026-02-17T07:50:10Z</dc:date>
    </item>
  </channel>
</rss>

