Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
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.
Solved! Go to Solution.
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.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingYou 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.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI Reporting@NilsLam , I have two things i'll recommend to you.
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.