<?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 Microsoft 365 Business Central Data Ingestion into Fabric - Incremental Refresh in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-365-Business-Central-Data-Ingestion-into-Fabric/m-p/4750048#M5301</link>
    <description>&lt;P&gt;We use Microsoft 365 Business Central and looking to start using Fabric.&amp;nbsp; I am trying to find a way to use dynamic filtering during data ingestion.&amp;nbsp; I have tried the Incremental Refresh feature in DFG2, but that is applied after the data has already been ingested.&amp;nbsp; I have created parameters in DFG2 and created them in the Pipeline, but I keep getting an error stating that "dynamic data sources not supported."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there something that I am not aware of that will allow us to do an initial load, then incrementally pull smaller sets of data, so it doesn't take forever to load each time?&amp;nbsp; Is there an alternative solution in Notebooks that might be better?&amp;nbsp; We are open to using a Lakehouse or Warehouse.&amp;nbsp; Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jul 2025 20:01:24 GMT</pubDate>
    <dc:creator>hallmarke14</dc:creator>
    <dc:date>2025-07-01T20:01:24Z</dc:date>
    <item>
      <title>Microsoft 365 Business Central Data Ingestion into Fabric - Incremental Refresh</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-365-Business-Central-Data-Ingestion-into-Fabric/m-p/4750048#M5301</link>
      <description>&lt;P&gt;We use Microsoft 365 Business Central and looking to start using Fabric.&amp;nbsp; I am trying to find a way to use dynamic filtering during data ingestion.&amp;nbsp; I have tried the Incremental Refresh feature in DFG2, but that is applied after the data has already been ingested.&amp;nbsp; I have created parameters in DFG2 and created them in the Pipeline, but I keep getting an error stating that "dynamic data sources not supported."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there something that I am not aware of that will allow us to do an initial load, then incrementally pull smaller sets of data, so it doesn't take forever to load each time?&amp;nbsp; Is there an alternative solution in Notebooks that might be better?&amp;nbsp; We are open to using a Lakehouse or Warehouse.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 20:01:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-365-Business-Central-Data-Ingestion-into-Fabric/m-p/4750048#M5301</guid>
      <dc:creator>hallmarke14</dc:creator>
      <dc:date>2025-07-01T20:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft 365 Business Central Data Ingestion into Fabric - Incremental Refresh</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-365-Business-Central-Data-Ingestion-into-Fabric/m-p/4750796#M5302</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="514661" data-lia-user-login="hallmarke14" class="lia-mention lia-mention-user"&gt;hallmarke14&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To efficiently load data from Microsoft 365 Business Central into Microsoft Fabric and avoid repeated full data loads, the most reliable approach is to use Fabric Notebooks instead of Dataflow Gen2. Dataflow Gen2 applies filters only after loading the full dataset, which can be inefficient for large tables. Fabric Notebooks provide more control, allowing you to filter data before it is loaded ideal for scenarios where you need an initial full load followed by incremental loads.&lt;/P&gt;
&lt;P&gt;start with a one-time full data load using either a Dataflow or a Notebook, depending on what’s easier for your team. After the full load, store the most recent value of a column like &lt;STRONG&gt;ModifiedDateTime&lt;/STRONG&gt;&amp;nbsp;in your Lakehouse, which will act as a reference point for future loads. This value will be used as a filter when requesting new or changed records from Business Central.&lt;/P&gt;
&lt;P&gt;Once the filtered data is fetched, convert it to a Spark DataFrame and append it to your existing Lakehouse table. Schedule this Notebook using a Fabric pipeline to run at regular intervals, or configure it to run based on an event or file drop if needed. This setup minimizes load times, ensures data freshness, and avoids issues with unsupported dynamic data sources in Dataflow Gen2.&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Prashanth Are&lt;/P&gt;
&lt;P&gt;MS Fabric community support&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 10:14:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-365-Business-Central-Data-Ingestion-into-Fabric/m-p/4750796#M5302</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-07-02T10:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft 365 Business Central Data Ingestion into Fabric - Incremental Refresh</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-365-Business-Central-Data-Ingestion-into-Fabric/m-p/4750976#M5303</link>
      <description>&lt;P&gt;Thank you, Prashanth, for confirming that Notebooks is the best approach.&amp;nbsp; I have been working on developing a Lakehouse and already begun the Data Transformations in Notebooks using Spark SQL.&amp;nbsp; I will begin working on Data Ingestion using PySpark, or whichever language works best.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 12:19:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-365-Business-Central-Data-Ingestion-into-Fabric/m-p/4750976#M5303</guid>
      <dc:creator>hallmarke14</dc:creator>
      <dc:date>2025-07-02T12:19:18Z</dc:date>
    </item>
  </channel>
</rss>

