Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Arturo24
Frequent Visitor

Appending Data

Is there a way to Refresh the data in power query by merely appending new data and not refreshing the old data.  If all the files are stored in text files what is a simple solution to avoid refreshing growing portions of historical data that will not change.   Any best practices for setting an efficient data refresh?   Thank you

2 ACCEPTED SOLUTIONS
lbendlin
Super User
Super User

Power BI has no memory.  Either absorb the cost of having to ingest all the files (relatively fast with CSV) or consider moving to Fabric where you can use notebooks or Dataflows Gen2 to get something similar to what you want to achieve.

 

And if you are thinking about incremental refresh - that would technically work but will give you no performance advantage with import mode data sources.

View solution in original post

govind_021
Super User
Super User

Hey @Arturo24 
To efficiently refresh data in Power Query without reloading historical data, use incremental refresh, separating queries for historical and new data. Storing files in distinct folders and utilizing query folding minimizes processing time. Optimizing file handling, like partitioning by date, ensures streamlined updates. These methods improve refresh efficiency while maintaining accuracy.

Best Regards
Govind Sapkade ( Microsoft Certified Data Analyst , PL 300 Certified , MS Fabric Enthusiast)
Let's Connect
Linkdin - www.linkedin.com/in/govind-sapkade-845104225
Youtube - http://www.youtube.com/@govind_dataanalyst

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

Hi @Arturo24,

 

we would like to follow up to see if the solution provided by the super user resolved your issue. Please let us know if you need any further assistance.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.

 

Regards,
Vinay Pabbu

Anonymous
Not applicable

Hi @Arturo24,

 

we would like to follow up to see if the solution provided by the super user resolved your issue. Please let us know if you need any further assistance.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.

 

Regards,
Vinay Pabbu

Anonymous
Not applicable

Hi @Arturo24,

 

we would like to follow up to see if the solution provided by the super user resolved your issue. Please let us know if you need any further assistance.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.

 

Regards,
Vinay Pabbu

govind_021
Super User
Super User

Hey @Arturo24 
To efficiently refresh data in Power Query without reloading historical data, use incremental refresh, separating queries for historical and new data. Storing files in distinct folders and utilizing query folding minimizes processing time. Optimizing file handling, like partitioning by date, ensures streamlined updates. These methods improve refresh efficiency while maintaining accuracy.

Best Regards
Govind Sapkade ( Microsoft Certified Data Analyst , PL 300 Certified , MS Fabric Enthusiast)
Let's Connect
Linkdin - www.linkedin.com/in/govind-sapkade-845104225
Youtube - http://www.youtube.com/@govind_dataanalyst

Do you have a link to a simple example, some type of tutorial?

Thank you

lbendlin
Super User
Super User

Power BI has no memory.  Either absorb the cost of having to ingest all the files (relatively fast with CSV) or consider moving to Fabric where you can use notebooks or Dataflows Gen2 to get something similar to what you want to achieve.

 

And if you are thinking about incremental refresh - that would technically work but will give you no performance advantage with import mode data sources.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors