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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
razieh1990
Helper I
Helper I

datamart and dataflow incremental refresh

Hello

I am a SharePoint list as my data source and have established a dataflow to extract sales data from the past three years. Each day's data is stored in a separate Excel file, resulting in approximately 900 files currently, with the count increasing daily.

I tried to implement incremental refresh on the dataflow, it did not work. I think this because SharePoint list as a data source isn't compatible with incremental refresh functionality.

So, I  created a datamart and set up a dataflow with the datamart as its source, successfully applying incremental refresh on data flow.

my question:

I need the report to be refreshed three times daily. When scheduling these frequent refreshes directly on the datamart (which lacks incremental refresh capability), I observed a noticeable degradation in refresh performance in terms of elapsed time.

I would greatly appreciate any suggestions or insights on how to efficiently extract data from a SharePoint list into a dataflow and enable incremental refresh. 

 

Thanks you 

1 REPLY 1
lbendlin
Super User
Super User

I tried to implement incremental refresh on the dataflow, it did not work. I think this because SharePoint list as a data source isn't compatible with incremental refresh functionality.

Any data source that has a DateTime column for the partition management will work.  You may not gain much in terms of performance if the query doesn't fold.

 

What's the point of your datamart?  Are you running SQL queries?

 

Worst case you can have dataflows for certain time periods (one per quarter, for example)  and then union these in the semantic model.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors