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

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.

Reply
NilsLam
New Member

How to shortage the retrieving / loading data time to append new data to the existing results

I used "From Folder" options to create a query with several transformations, this folder contains the daily data files and the new generated file will be kept saved on this folder every single day.

 

Just like the subject said that how to shortage the retrieving / loading data time to append new data to the existing results. Many thanks.

1 ACCEPTED SOLUTION
edhans
Super User
Super User

You cannot do that. What you want is Incremental Refresh, but that only works with relational database systems like SQL Server. It will not work with files. You can have 1,000 files in a folder that are a year old and add one file today, and Power Query will go through all 1,001 files again on the next refresh.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

View solution in original post

3 REPLIES 3
edhans
Super User
Super User

You cannot do that. What you want is Incremental Refresh, but that only works with relational database systems like SQL Server. It will not work with files. You can have 1,000 files in a folder that are a year old and add one file today, and Power Query will go through all 1,001 files again on the next refresh.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting
ahmedoye
Responsive Resident
Responsive Resident

@NilsLam , I have two things i'll recommend to you.

  1. Open your PBIX, go to File>>Options>>Current File>>Data Load. Uncheck the box for "Allow data preview to load in the background?reduce data load.png
  2. In Power Query, go to your applied steps area and be sure all steps are necessary.
    Chief amogst what you look out for is steps that are "Changed Type" which are usually applied by default after some certain steps. You want to typically have only one "Changed Type" step at the end of your steps.
    Another Chief to look out for is "Renamed Column" steps. You can typically just edit the "M" code in the formula bar that in steps that generate default names for columns.

    If this answers your question, kindly mark it as a solution.

@ahmedoye 

Thanks for your comments, I thought my problem is too large data size and too many data transformation setting that prolongs the retrieving time, so my concern is how kept the existing results and just transformed the new data then append.

 

Untitled.png

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors