<?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: Fabric Rest API - How to get dataflow refresh history ? in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Rest-API-How-to-get-dataflow-refresh-history/m-p/4756806#M10747</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="475583" data-lia-user-login="wardy912" class="lia-mention lia-mention-user"&gt;wardy912&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answer. Dataflow transactions seems to solve my problem !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About FUAM, I noticed it but I didn't give it a try, because I'm a bit scared about its CU consumption. Is there any information about that ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jul 2025 15:35:49 GMT</pubDate>
    <dc:creator>Datartine</dc:creator>
    <dc:date>2025-07-08T15:35:49Z</dc:date>
    <item>
      <title>Fabric Rest API - How to get dataflow refresh history ?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Rest-API-How-to-get-dataflow-refresh-history/m-p/4756755#M10742</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently working on Fabric Rest API in Fabric notebooks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I successfully got semantic models refresh history using&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-history" target="_blank" rel="noopener"&gt;Datasets - Get Refresh History - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&amp;nbsp;but I'm struggling to get &lt;STRONG&gt;dataflows refresh history&lt;/STRONG&gt;...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Is there any way to get that refresh history ?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks !&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 15:02:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Rest-API-How-to-get-dataflow-refresh-history/m-p/4756755#M10742</guid>
      <dc:creator>Datartine</dc:creator>
      <dc:date>2025-07-08T15:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Rest API - How to get dataflow refresh history ?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Rest-API-How-to-get-dataflow-refresh-history/m-p/4756789#M10746</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="895351" data-lia-user-login="Datartine" class="lia-mention lia-mention-user"&gt;Datartine&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;You could use the following (only returns limited metadata unfortunately)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;https://api.powerbi.com/v1.0/myorg/groups/{groupId}/dataflows/{dataflowId}/transactions&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/dataflows/get-dataflow-transactions" target="_blank" rel="noopener"&gt;Dataflows - Get Dataflow Transactions - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For more detailed information, you will need to manually download a csv of the required refresh within fabric.&lt;/P&gt;&lt;P&gt;workspace - dataflow - refresh history then click the following&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not a great solution.&lt;/P&gt;&lt;P&gt;You could also use power automate if you have premium licensing but there's a fair bit of work that will go into that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you really want something great, install FUAM. It gives a lot of information on your fabric environment including 'refreshables details'. It's not too difficult to install and will help you out with other items in the future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://youtu.be/CmHMOsQcMGI?si=Xqsue0s044HQxJXn" target="_blank" rel="noopener"&gt;https://youtu.be/CmHMOsQcMGI?si=Xqsue0s044HQxJXn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://youtu.be/G_-N2VMO8C0?si=JGyCC_dftsIdkzZb" target="_blank" rel="noopener"&gt;https://youtu.be/G_-N2VMO8C0?si=JGyCC_dftsIdkzZb&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this is helpful, please give a thumbs up and mark as solved if it is, thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 15:19:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Rest-API-How-to-get-dataflow-refresh-history/m-p/4756789#M10746</guid>
      <dc:creator>wardy912</dc:creator>
      <dc:date>2025-07-08T15:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Rest API - How to get dataflow refresh history ?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Rest-API-How-to-get-dataflow-refresh-history/m-p/4756806#M10747</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="475583" data-lia-user-login="wardy912" class="lia-mention lia-mention-user"&gt;wardy912&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answer. Dataflow transactions seems to solve my problem !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About FUAM, I noticed it but I didn't give it a try, because I'm a bit scared about its CU consumption. Is there any information about that ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 15:35:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Rest-API-How-to-get-dataflow-refresh-history/m-p/4756806#M10747</guid>
      <dc:creator>Datartine</dc:creator>
      <dc:date>2025-07-08T15:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Rest API - How to get dataflow refresh history ?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Rest-API-How-to-get-dataflow-refresh-history/m-p/4756836#M10749</link>
      <description>&lt;P&gt;Great news! I don't know about the CU consumption so it must be minimal as I haven't received any alerts! It gives us so much information that it's definitely worth a look. Highlighted a pretty serious vnet issue for us as soon as we installed it and took around 30 mins to install.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 16:13:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Rest-API-How-to-get-dataflow-refresh-history/m-p/4756836#M10749</guid>
      <dc:creator>wardy912</dc:creator>
      <dc:date>2025-07-08T16:13:24Z</dc:date>
    </item>
  </channel>
</rss>

