Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello everyone!
I’m having some difficulty understanding the following:
I want to migrate my model to Fabric with Import storage mode, while the connection is to an on-prem SQL database.
I’m using Tabular Editor and I’ve created two sets of models:
I migrated the model as it is to Fabric with Import storage mode, then I refreshed the model, and the data was loaded successfully. My model has partitions but without incremental refresh enabled. The refresh process in this scenario is quite fast.
However, according to the documentation, when using Import mode, all tables are re-imported each time a refresh occurs. But when I use the semantic link to verify if my data was reloaded, the last refresh time remains as the initial refresh time.
So my question is: What exactly happens when I refresh an Import mode model without incremental refresh? Are all the data deleted and re-imported, or are only the new partitions refreshed while the old ones remain untouched?
For the second model, I deployed it with incremental refresh enabled, so it only refreshes the data for the last two months while archiving the data for the past four years.
In this case, when I initially refreshed the model, it took 5 hours to complete the refresh of all partitions. However, for subsequent refreshes, the process was much quicker. Using the semantic link, I can confirm that only the partitions for the last two months were refreshed, as expected.
To sum up, can anyone explain the difference between having a model with incremental refresh versus one using only Import mode? Specifically:
Thank you for your insights!
Solved! Go to Solution.
Hi @Anonymous
Import Mode (No Incremental Refresh):
Import Mode (With Incremental Refresh):
Incremental refresh optimizes performance by targeting specific partitions, reducing refresh time for large datasets.
Plain Import mode re-imports data entirely, leading to longer refresh times for large models.
If this post helped please do give a kudos and accept this as a solution
Thanks In Advance
Hi @Anonymous
Import Mode (No Incremental Refresh):
Import Mode (With Incremental Refresh):
Incremental refresh optimizes performance by targeting specific partitions, reducing refresh time for large datasets.
Plain Import mode re-imports data entirely, leading to longer refresh times for large models.
If this post helped please do give a kudos and accept this as a solution
Thanks In Advance
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.