Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
Hi, i'm trying to import tables from on prem ODBC gateway. I use Dataflow gen2. I have a table with 32 million records.
I've imported it once (took 4 hours).
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).
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.
Is there a smarter / faster way to do it?
Thank you!!
Solved! Go to Solution.
The minimum granularity for incremental refresh is "day", as in "daily partitions".
And since "Today" means something different to the Power BI service than what it means to you (Remember the Power BI service runs on UTC) it is very common that two partitions will be refreshed rather than one.
Consider using advanced incremental refresh where the "Today" partition is kept in Direct Query mode.
Incremental refresh for semantic models in Power BI - Power BI | Microsoft Learn
Hi @lench,
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.
If you still need support, let us know if you still need assistance.
Thank you.
Hi @lench,
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.
Please let us know if you still need assistance.
Thank you.
Hi @lench,
I hope you had a chance to review the solution shared by @lbendlin. If it addressed your question, please consider accepting it as the solution — it helps others find answers more quickly.
If you're still facing the issue, feel free to reply, and we’ll be happy to assist further.
Thank you.
The minimum granularity for incremental refresh is "day", as in "daily partitions".
And since "Today" means something different to the Power BI service than what it means to you (Remember the Power BI service runs on UTC) it is very common that two partitions will be refreshed rather than one.
Consider using advanced incremental refresh where the "Today" partition is kept in Direct Query mode.
Incremental refresh for semantic models in Power BI - Power BI | Microsoft Learn
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Fabric update to learn about new features.