Forum Discussion

Justas4478's avatar
Justas4478
Post Prodigy
1 year ago
Solved

Slow refresh time

Hi, I have where my refresh is taking aproximately 10 min to refresh. When I refresh it takes about 5 min from evaluating query to start pulling data from file, and the files are stored on my deskto...
  • Bibiano_Geraldo's avatar
    1 year ago

    Hi Justas4478 ,

    A 10-minute refresh time for 30MB files with 1.18 million rows is not unusually long, but there are ways to speed it up. First, check the file format; CSV and Excel are slower than more efficient formats like Parquet. You can also optimize Power Query by removing unnecessary columns and steps early in the process. If you're merging large tables, try to minimize the data you're combining and avoid unnecessary transformations. Use Incremental Refresh if your dataset only changes partially (e.g., daily or monthly data), which can greatly reduce refresh time. Additionally, monitor your system’s resources (CPU and RAM) and close unnecessary applications during the refresh to ensure Power BI has enough memory to process the data quickly. Lastly, using the Performance Analyzer in Power BI can help pinpoint specific areas that are slowing down the refresh.