Forum Discussion

joshua1990's avatar
joshua1990
Post Prodigy
1 year ago
Solved

Dataflow filtering but still full refresh

Hi

we have a dataset / report that is linked to a huge dataflow (150 columns and like 5MM rows).

I have like as a second step to filter only for the current week based on a date field but in the desktop application the refresh takes still the same time as a full refresh.

Why is filtering within power query not impacting the refresh from dataflows?

 

 

  • lbendlin's avatar
    lbendlin
    1 year ago

    Dataflows are just glorified CSV files in Azure Blob storage (They do usually ingest fast though - maybe you do too many transforms?).

     

    If you want to streamline the process then cut out the middle man (the dataflow) and implement Incremental Refresh of your Semantic Model table from a foldable source.

3 Replies

  • The filter query doesn't fold. It is only applied after all the data is downloaded.

    • joshua1990's avatar
      joshua1990
      Post Prodigy

      So it is normal that the refresh from dataflows takes so long?

       

      • lbendlin's avatar
        lbendlin
        Super User

        Dataflows are just glorified CSV files in Azure Blob storage (They do usually ingest fast though - maybe you do too many transforms?).

         

        If you want to streamline the process then cut out the middle man (the dataflow) and implement Incremental Refresh of your Semantic Model table from a foldable source.