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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
joshua1990
Post Prodigy
Post Prodigy

Optimize Refresh from Dataflow

I have a Dataflow (Gen1) that contains a large volume of data. Both columns and rows. I have already profiled the data to delete redundant and unnecessary data.
Now I would like to further optimize the refresh.
In fact, the data in the dataflow is only the sales of the last 3 years. This data is updated weekly with the sales of the previous week.
What concepts / approaches are there to further optimize the refresh?

 

2 REPLIES 2
OktayPamuk80
Responsive Resident
Responsive Resident

Hi Joshuha1990,

One thing to consider, did you already have followed good data processing techniques? What is your data source? You might benefit a lot from query folding. Additionally follow the processing iteration:

  1. Filter out all unrelevant records and columns
  2. Append before join
  3. Change to correct data types early
  4. get rid of duplicates
  5. If on table is used multiple times, consider Table.Buffer() (need to check, sometimes it's not useful at all)
  6. For Joins consider SortMerge method (Check this guys blogs, they are incredible: https://blog.crossjoin.co.uk/2020/06/07/optimising-the-performance-of-power-query-merges-in-power-bi...)

I don't know, what data source and whether query folding would be available. However, putting some transformations before, results in running those in your source system, from which you can benefit a lot.

Regards,

Oktay

 

Did I answer your question? Then please mark my post as the solution.

If I helped you, click on the Thumbs Up to give Kudos.

HashamNiaz
Solution Sage
Solution Sage

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.