Forum Discussion

Odiadri's avatar
Odiadri
New Member
5 months ago
Solved

Incremental Refresh on Dataflow sourced from SharePoint

I have a Power BI dataflow that collects daily Excel files from a SharePoint folder. I recently enabled incremental refresh on it and I'm seeing real performance gains, but i dont understand why it w...
  • GilbertQ's avatar
    5 months ago

    Hi Odiadri 

     

    The reason for putting the range start and range end filter early in the steps is that because all of these subsequent steps thereafter will only be using the filtered data and not the entire data set. The reason for the speed increase is because under the hoods the incremental refresh means it does not have to reload the entire data set every day, but only the new data that is incoming and that is why you are seeing the performance gains.

  • lbendlin's avatar
    lbendlin
    5 months ago

    Ah, we haven't mentioned caches yet, have we?   Most likely all of your files are only read once from source, and then fetched from cache for the other partitions.