<?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: How to fully load data once and then incrementally update with yesterday’s data in Dataflow Gen2? in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/How-to-fully-load-data-once-and-then-incrementally-update-with/m-p/4775751#M5319</link>
    <description>&lt;P&gt;Please follow the documentation.&amp;nbsp; Your scenario may not be supported.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/dataflow-gen2-incremental-refresh" target="_blank"&gt;Incremental refresh in Dataflow Gen2 - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jul 2025 22:38:31 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2025-07-24T22:38:31Z</dc:date>
    <item>
      <title>How to fully load data once and then incrementally update with yesterday’s data in Dataflow Gen2?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/How-to-fully-load-data-once-and-then-incrementally-update-with/m-p/4775280#M5316</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm new to &lt;STRONG&gt;Dataflow Gen2&lt;/STRONG&gt; and exploring it to centralize data transformations for Power BI reporting. I’m using &lt;STRONG&gt;F2 capacity&lt;/STRONG&gt; and pulling data from multiple sources like &lt;STRONG&gt;SQL Server&lt;/STRONG&gt;, &lt;STRONG&gt;Salesforce&lt;/STRONG&gt;, and &lt;STRONG&gt;Microsoft Business Central&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;While building the dataflows, I &lt;STRONG&gt;didn’t define any explicit output data destination&lt;/STRONG&gt; (bottom left panel in the dataflow UI).&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I noticed that files like &lt;STRONG&gt;“StagingLakehouseForDataflows_...”&lt;/STRONG&gt; are automatically getting created in my workspace under &lt;STRONG&gt;type “Lakehouse” or “Warehouse”&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;What exactly are these files?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is it okay to leave the output destination undefined if I can still see the tables and use them in Power BI?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Incremental Refresh Doubts:&lt;/H3&gt;&lt;P&gt;I tried setting up &lt;STRONG&gt;incremental refresh&lt;/STRONG&gt; on one of the queries (Currency Exchange Rate). This table has three columns:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Currency Code&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Starting Date&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Currency Exchange Rate&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;There’s historical data available from 2020 onwards. Since the exchange rates update daily, my goal is to:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Load the full historical dataset initially&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Then, &lt;STRONG&gt;refresh only yesterday’s data daily&lt;/STRONG&gt; (i.e., append new records to the existing dataset)&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;So I used these settings in Incremental Refresh:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Date column: Starting Date&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Extract data from the past: 1 day&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Bucket size: Day&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;But after enabling and running the refresh, I noticed that &lt;STRONG&gt;only records with yesterday’s date&lt;/STRONG&gt;&lt;SPAN&gt; were loaded — the older data (from 2020 onwards) wasn't loaded at all.&lt;/SPAN&gt;&lt;/P&gt;&lt;H3&gt;What I need:&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;I want the dataflow to load &lt;STRONG&gt;the entire dataset initially&lt;/STRONG&gt;, and then on each scheduled refresh, &lt;STRONG&gt;only add new records from yesterday&lt;/STRONG&gt; (without removing the older ones).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;How can I properly configure incremental refresh to support this pattern in &lt;STRONG&gt;Dataflow Gen2&lt;/STRONG&gt;?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;P&gt;Thanks in advance for any help or clarification!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 14:33:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/How-to-fully-load-data-once-and-then-incrementally-update-with/m-p/4775280#M5316</guid>
      <dc:creator>ge83rep</dc:creator>
      <dc:date>2025-07-24T14:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to fully load data once and then incrementally update with yesterday’s data in Dataflow Gen2?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/How-to-fully-load-data-once-and-then-incrementally-update-with/m-p/4775751#M5319</link>
      <description>&lt;P&gt;Please follow the documentation.&amp;nbsp; Your scenario may not be supported.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/dataflow-gen2-incremental-refresh" target="_blank"&gt;Incremental refresh in Dataflow Gen2 - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 22:38:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/How-to-fully-load-data-once-and-then-incrementally-update-with/m-p/4775751#M5319</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-07-24T22:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to fully load data once and then incrementally update with yesterday’s data in Dataflow Gen2?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/How-to-fully-load-data-once-and-then-incrementally-update-with/m-p/4779000#M5323</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1319465" data-lia-user-login="ge83rep" class="lia-mention lia-mention-user"&gt;ge83rep&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-start="220" data-end="377"&gt;Just following up on your query regarding Dataflow Gen2 output destinations and setting up incremental refresh for your Currency Exchange Rate table.&lt;/P&gt;
&lt;P data-start="379" data-end="612"&gt;As noted earlier,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp; has shared the official documentation on configuring incremental refresh in Dataflow Gen2, which outlines the steps needed to ensure an initial full load followed by daily incremental loads.&lt;/P&gt;
&lt;P data-start="614" data-end="791"&gt;Whenever you get a chance, could you confirm if the guidance helped to resolve the issue.&lt;/P&gt;
&lt;P data-start="793" data-end="908"&gt;We’re happy to assist further if needed.&lt;/P&gt;
&lt;P data-start="910" data-end="943"&gt;Looking forward to your response!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 17:06:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/How-to-fully-load-data-once-and-then-incrementally-update-with/m-p/4779000#M5323</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2025-07-28T17:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to fully load data once and then incrementally update with yesterday’s data in Dataflow Gen2?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/How-to-fully-load-data-once-and-then-incrementally-update-with/m-p/4784443#M5328</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1319465" data-lia-user-login="ge83rep" class="lia-mention lia-mention-user"&gt;ge83rep&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-start="180" data-end="430"&gt;Just a quick reminder that &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;shared the official documentation that covers how Dataflow Gen2 handles output destinations and how to configure incremental refresh correctly to support full historical load followed by daily appends.&lt;/P&gt;
&lt;P data-start="180" data-end="430"&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL data-start="444" data-end="778"&gt;
&lt;LI data-start="444" data-end="612"&gt;
&lt;P data-start="446" data-end="612"&gt;The auto-created “StagingLakehouseForDataflows ” is expected behavior when no explicit destination is defined&amp;nbsp; Dataflow Gen2 stages data in a temporary Lakehouse.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="613" data-end="778"&gt;
&lt;P data-start="615" data-end="778"&gt;For incremental refresh, the document explains how to ensure an initial full load and correctly partition for daily updates without losing historical data.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-start="780" data-end="924"&gt;Whenever you get a chance, please review the provided link and let us know if anything needs further clarification or adjustment for your setup.&lt;BR /&gt;&lt;BR /&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 12:33:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/How-to-fully-load-data-once-and-then-incrementally-update-with/m-p/4784443#M5328</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2025-08-01T12:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to fully load data once and then incrementally update with yesterday’s data in Dataflow Gen2?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/How-to-fully-load-data-once-and-then-incrementally-update-with/m-p/4787762#M5335</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1319465" data-lia-user-login="ge83rep" class="lia-mention lia-mention-user"&gt;ge83rep&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you had a chance to review that documentation closely, especially the part about defining the RangeStart and RangeEnd parameters in the Power Query (M) layer before publishing?&lt;/P&gt;
&lt;P&gt;Also:&lt;/P&gt;
&lt;P&gt;Did you publish the dataflow first before triggering a refresh?&lt;BR /&gt;Incremental policies only apply after that initial publish step.&lt;/P&gt;
&lt;P&gt;In your applied steps, do you see any filters tied to the Starting Date using those parameters?&lt;/P&gt;
&lt;P&gt;It sounds like the dataflow might be applying the 1-day filter even during the first refresh, which typically means the RangeStart/RangeEnd logic might be missing or not applied correctly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know what you observe&amp;nbsp; happy to help troubleshoot further if something’s unclear or not behaving as expected.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 10:37:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/How-to-fully-load-data-once-and-then-incrementally-update-with/m-p/4787762#M5335</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2025-08-05T10:37:38Z</dc:date>
    </item>
  </channel>
</rss>

