<?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: Import table incrementally from ODBC on prem in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Import-table-incrementally-from-ODBC-on-prem/m-p/4749136#M5300</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1294653" data-lia-user-login="lench" class="lia-mention lia-mention-user"&gt;lench&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;checking in to see if your issue has been resolved. If the response provided was helpful, kindly mark it as the solution so that others with the same issue can benefit.&lt;BR /&gt;Please let us know if you still need assistance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jul 2025 04:12:45 GMT</pubDate>
    <dc:creator>v-saisrao-msft</dc:creator>
    <dc:date>2025-07-01T04:12:45Z</dc:date>
    <item>
      <title>Import table incrementally from ODBC on prem</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Import-table-incrementally-from-ODBC-on-prem/m-p/4742608#M5277</link>
      <description>&lt;P&gt;Hi, i'm trying to import tables from on prem ODBC gateway. I use Dataflow gen2. I have a table with 32 million records.&lt;/P&gt;&lt;P&gt;I've imported it once (took 4 hours).&lt;/P&gt;&lt;P&gt;Now i would like to schedule an hourly incremental update. So what i do is import the table as a query and then i apply a filter on the 'updateDate' col (holding 'Date' format data).&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i've applied a test filter to return only records from the last 2 dates. The problem is that when i run the update, it takes a couple of hours.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a smarter / faster way to do it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 15:27:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Import-table-incrementally-from-ODBC-on-prem/m-p/4742608#M5277</guid>
      <dc:creator>lench</dc:creator>
      <dc:date>2025-06-24T15:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Import table incrementally from ODBC on prem</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Import-table-incrementally-from-ODBC-on-prem/m-p/4742866#M5280</link>
      <description>&lt;P&gt;The minimum granularity for incremental refresh is "day", as in "daily partitions".&lt;/P&gt;
&lt;P&gt;And since "Today"&amp;nbsp; means something different to the Power BI service than what it means to you (Remember the Power BI service runs on UTC)&amp;nbsp; it is very common that two partitions will be refreshed rather than one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Consider using advanced incremental refresh where the "Today" partition is kept in Direct Query mode.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-overview" target="_blank"&gt;Incremental refresh for semantic models in Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 22:28:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Import-table-incrementally-from-ODBC-on-prem/m-p/4742866#M5280</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-06-24T22:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Import table incrementally from ODBC on prem</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Import-table-incrementally-from-ODBC-on-prem/m-p/4744392#M5288</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1294653" data-lia-user-login="lench" class="lia-mention lia-mention-user"&gt;lench&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;I hope you had a chance to review the solution shared by &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;. If it addressed your question, please consider accepting it as the solution — it helps others find answers more quickly.&lt;BR /&gt;If you're still facing the issue, feel free to reply, and we’ll be happy to assist further.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 04:21:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Import-table-incrementally-from-ODBC-on-prem/m-p/4744392#M5288</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2025-06-26T04:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Import table incrementally from ODBC on prem</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Import-table-incrementally-from-ODBC-on-prem/m-p/4749136#M5300</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1294653" data-lia-user-login="lench" class="lia-mention lia-mention-user"&gt;lench&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;checking in to see if your issue has been resolved. If the response provided was helpful, kindly mark it as the solution so that others with the same issue can benefit.&lt;BR /&gt;Please let us know if you still need assistance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 04:12:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Import-table-incrementally-from-ODBC-on-prem/m-p/4749136#M5300</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2025-07-01T04:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Import table incrementally from ODBC on prem</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Import-table-incrementally-from-ODBC-on-prem/m-p/4752842#M5306</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1294653" data-lia-user-login="lench" class="lia-mention lia-mention-user"&gt;lench&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;We haven’t heard back from you in a while. If your issue has been resolved, Mark the relevant response as the solution to help fellow community members.&lt;BR /&gt;If you still need support, let us know if you still need assistance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 04:03:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Import-table-incrementally-from-ODBC-on-prem/m-p/4752842#M5306</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2025-07-04T04:03:48Z</dc:date>
    </item>
  </channel>
</rss>

