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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
P_Stavis
Regular Visitor

Import multiple parquet files but with partial updates

Hello!

 

I extract data from SAP each month, generating multiple .xlsx files (one per month). To optimize the size of the database, I decided to convert each of these monthly files into separate .parquet files.

However, when I load these files into Power BI, every time I hit "refresh," it reloads all the files, which demands a significant amount of processing power. Is there a way to configure some files as static and others as dynamic, so only the dynamic files are refreshed?

 

My initial approach was to create two separate folders—one for static files and one for dynamic files—allowing me to configure different refresh settings for each. However, I have not been able to make this setup work yet.

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

The only way to avoid a full load is to use incremental refresh with a foldable source.  Doesn't seem to be an option in your scenario.

 

Having the data in Parquet format should already give you the highest possible performance. If you put the Parquet files into a data lake you could also consider using the DirectLake connection (where the data is connected live).  Performance will be slightly inferior to import mode.

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

The only way to avoid a full load is to use incremental refresh with a foldable source.  Doesn't seem to be an option in your scenario.

 

Having the data in Parquet format should already give you the highest possible performance. If you put the Parquet files into a data lake you could also consider using the DirectLake connection (where the data is connected live).  Performance will be slightly inferior to import mode.

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

May 2025 Monthly Update

Fabric Community Update - May 2025

Find out what's new and trending in the Fabric community.