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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Bebo
Helper II
Helper II

Updating a Combined and Transformed Dataset

I am trying to determine the best method to conduct daily updates of a previously Combined and Transformed dataset.

 

My source data is a ahred drive folder which contains CSV files )one file for each day). Each day, a new CSV file is sdded to this folder to reflect activity of that day. I have figured out how to Combine and Transform the files in this folder on a one time basis. The transfomation being performed is adding a couple of columns to the base data. My question is how can I do a daily update of this Combined and Transformed dataset (add new daily CSV file to the dataset)?

2 REPLIES 2
Icey
Community Support
Community Support

Hi @Bebo ,

 


 

My source data is a ahred drive folder which contains CSV files )one file for each day). Each day, a new CSV file is sdded to this folder to reflect activity of that day.

The transfomation being performed is adding a couple of columns to the base data. 

 


Do you mean that you want to add a new column for each day's new CSV file? Could you give us some sample to show your data structure? Please don't contain any sensitive information.

 

Reference: How to provide sample data in the Power BI Forum - Microsoft Power BI Community

 

 

Best Regards,

Icey

lbendlin
Super User
Super User

Adding columns?  That is not really something you want to do on a daily basis.  Combining (appending) the CSV files to a master table is more common.

 

In Power Query you can connect to a folder rather than a file. Then you can collect all the relevant CSV files in that folder and have the Power Query script extract the file contents and combine it.  If you want to you can also implement incremental refresh based on the file creation timestamps.

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 Solution Authors