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! Request now

Reply
joshua1990
Post Prodigy
Post Prodigy

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?

 

 

1 ACCEPTED SOLUTION

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.

View solution in original post

3 REPLIES 3
lbendlin
Super User
Super User

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

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

 

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.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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