<?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: Power BI in PPT - Data updated feature in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-in-PPT-Data-updated-feature/m-p/5160763#M65004</link>
    <description>&lt;P&gt;What if I am using a direct query to a semantic model? I get the date of last refresh of the my individual dataset in the Powerpoint presentation. How can I make it dynamic and similar to my main data model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1250532"&gt;@v-kathullac&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Apr 2026 10:34:20 GMT</pubDate>
    <dc:creator>vks20</dc:creator>
    <dc:date>2026-04-29T10:34:20Z</dc:date>
    <item>
      <title>Power BI in PPT - Data updated feature</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-in-PPT-Data-updated-feature/m-p/4649284#M60372</link>
      <description>&lt;P&gt;When I embed a Power BI page into PPT, the bottom left hand corner lists "Data updated". This gives the date and the time. For pages set to "Live data" it updates the date every day I open the PPT, but for those set to "Screenshot", it retains the date PPT was created. However, the time is always set to 1:16 AM, no matter when I create or open the PPT. Is there a way to get the correct time?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 20:23:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-in-PPT-Data-updated-feature/m-p/4649284#M60372</guid>
      <dc:creator>majudd</dc:creator>
      <dc:date>2025-04-11T20:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI in PPT - Data updated feature</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-in-PPT-Data-updated-feature/m-p/4650520#M60389</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1257356"&gt;@majudd&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to Microsoft Fabric Community Forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="" data-start="79" data-end="311"&gt;The 1:16 AM timestamp comes from Power BI’s internal rendering process. It appears consistently due to how the report image is generated behind the scenes and is not dynamically tied to your Power BI dataset or refresh schedule.&lt;/P&gt;
&lt;P class="" data-start="313" data-end="380"&gt;You can try the following steps to display the actual refresh time:&lt;/P&gt;
&lt;OL data-start="382" data-end="904"&gt;
&lt;LI class="" data-start="382" data-end="695"&gt;
&lt;P class="" data-start="385" data-end="695"&gt;Add Actual Refresh Time in the Report:&lt;BR data-start="427" data-end="430" /&gt;Create a measure or card visual in Power BI to show the latest data refresh using:&lt;BR data-start="515" data-end="518" /&gt;"Last Refreshed: " &amp;amp; FORMAT(NOW(), "dd-mmm-yyyy hh:mm:ss AM/PM")&lt;BR data-start="587" data-end="590" /&gt;or&lt;BR data-start="595" data-end="598" /&gt;"Last Refreshed: " &amp;amp; FORMAT(LASTDATE('YourTable'[DateColumn]), "dd-mmm-yyyy hh:mm:ss AM/PM")&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="" data-start="697" data-end="743"&gt;
&lt;P class="" data-start="700" data-end="743"&gt;Place this card visibly in your report.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="" data-start="745" data-end="904"&gt;
&lt;P class="" data-start="748" data-end="904"&gt;When you embed the report into PowerPoint (either in Live or Screenshot mode), this card will display the actual refresh timestamp from your data model.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="" data-start="906" data-end="1123"&gt;For more information, refer to the official Microsoft documentation:&lt;BR data-start="974" data-end="977" /&gt;&lt;span class="lia-unicode-emoji" title=":link:"&gt;🔗&lt;/span&gt; &lt;A class="" href="https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-power-bi-powerpoint-add-in-install" target="_new" rel="noopener" data-start="980" data-end="1123"&gt;Add live Power BI data to PowerPoint&lt;/A&gt;&lt;/P&gt;
&lt;P class="" data-start="906" data-end="1123"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="" data-start="906" data-end="1123"&gt;Regards,&lt;/P&gt;
&lt;P class="" data-start="906" data-end="1123"&gt;Chaithanya.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 04:47:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-in-PPT-Data-updated-feature/m-p/4650520#M60389</guid>
      <dc:creator>v-kathullac</dc:creator>
      <dc:date>2025-04-14T04:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI in PPT - Data updated feature</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-in-PPT-Data-updated-feature/m-p/4652899#M60439</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1257356"&gt;@majudd&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?&lt;/P&gt;
&lt;P&gt;If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;
&lt;P&gt;Chaithanya&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 05:40:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-in-PPT-Data-updated-feature/m-p/4652899#M60439</guid>
      <dc:creator>v-kathullac</dc:creator>
      <dc:date>2025-04-15T05:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI in PPT - Data updated feature</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-in-PPT-Data-updated-feature/m-p/4655807#M60486</link>
      <description>&lt;P&gt;Thank you. Were do I click 'yes' to mark the response as helpful? - Elizabeth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 13:05:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-in-PPT-Data-updated-feature/m-p/4655807#M60486</guid>
      <dc:creator>majudd</dc:creator>
      <dc:date>2025-04-16T13:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI in PPT - Data updated feature</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-in-PPT-Data-updated-feature/m-p/4655861#M60490</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1257356"&gt;@majudd&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vkathullac_0-1744810921994.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1260915i69C6A68A79622B07/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vkathullac_0-1744810921994.png" alt="vkathullac_0-1744810921994.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Like is nothing but hitting the ok button beside the reply attaching the screenshot for reference&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Chaithanya.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 13:42:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-in-PPT-Data-updated-feature/m-p/4655861#M60490</guid>
      <dc:creator>v-kathullac</dc:creator>
      <dc:date>2025-04-16T13:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI in PPT - Data updated feature</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-in-PPT-Data-updated-feature/m-p/5160763#M65004</link>
      <description>&lt;P&gt;What if I am using a direct query to a semantic model? I get the date of last refresh of the my individual dataset in the Powerpoint presentation. How can I make it dynamic and similar to my main data model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1250532"&gt;@v-kathullac&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 10:34:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-in-PPT-Data-updated-feature/m-p/5160763#M65004</guid>
      <dc:creator>vks20</dc:creator>
      <dc:date>2026-04-29T10:34:20Z</dc:date>
    </item>
  </channel>
</rss>

