Power Query: Did Refresh Run?
Excel
Apr 18, 2026 7:02 AM

Power Query: Did Refresh Run?

by HubSite 365 about Excel Off The Grid

Excel Off The Grid will show you how to work smarter, not harder with Microsoft Excel.

Microsoft guide: resolve Power Query refresh warnings in Excel, master Query Editor, speed data refresh

Key insights

  • Power Query warning: Power Query may show "data is out of date," but that message often refers to the editor preview, not the final loaded data.
    Check the workbook or data model refresh to confirm whether your actual data is stale.
  • What Power Query does: Power Query extracts, transforms, and loads data from sources into Excel or the data model.
    It builds a query step-by-step and shows a preview of results in the editor.
  • Editor preview vs full refresh: The preview in the Power Query editor is a sampled snapshot to speed the interface; it can look outdated while the loaded table is current.
    Use a full refresh or "Refresh All" to update loaded tables and the data model.
  • When to refresh the preview: Refresh the preview only when you need to check intermediate results or troubleshoot steps.
    A full refresh is needed when you want the final Excel tables or reports to match the latest source data.
  • Build queries faster: Reduce unnecessary preview refreshes, disable background loading for large sources, and break complex transforms into smaller queries.
    These steps cut wait time and help you iterate quickly.
  • Confirming data freshness: After editing, use workbook refresh, check query dependencies, and inspect the loaded table to confirm data is current.
    If automatic refresh settings are off, trigger a manual refresh to ensure all outputs match the source.

Introduction

The YouTube video from Excel Off The Grid answers a question many Excel users face: why does Power Query tell me my data is out of date? The presenter breaks down the warning so viewers can tell whether they need to act or whether the message simply reflects how the editor manages previews. In short, the video aims to clarify behavior rather than to alarm users about data loss.


Decoding the warning

The core point is that the message about data being out of date usually refers to the editor’s cached snapshot called the preview. The preview shows a sample of rows from the source at the time it was last fetched, so a mismatch between that snapshot and the live source will trigger the warning. Consequently, a stale preview does not always mean the workbook or the loaded data is stale; it often means only the editor’s sample needs updating.


Therefore, users should treat the warning as a prompt to confirm rather than an immediate cause for concern. If your final output — such as the worksheet table or data model — has been refreshed recently, the workbook might already hold the correct data. Conversely, if you expect changes in the source to be reflected immediately in your report, you should perform a full refresh instead of relying on the editor preview.


How the Power Query editor works

The video explains that the Power Query editor applies your transformation steps to a limited sample to stay responsive and to speed up development. Behind the scenes, the editor translates steps into M code and, where possible, pushes operations back to the data source through query folding to improve performance. As a result, the preview gives a quick validation of logic without pulling every record every time.


However, this sampling approach introduces trade-offs: while it makes building queries faster, it can hide issues that only appear on full data, such as data distribution problems or performance regressions. Therefore, the video recommends selectively refreshing the preview or performing a full refresh at key checkpoints during development to balance speed and correctness. This staged approach reduces wait time while maintaining confidence in the final results.


Trade-offs: speed, accuracy and usability

The presenter highlights the trade-offs between responsiveness and data certainty, noting that refreshing everything every time slows development and consumes resources. For large or remote datasets, fetching full results can take minutes or longer, so relying on a smart preview reduces friction while you iterate. On the other hand, skipping full checks risks missing edge cases, so the viewer must pick moments for comprehensive validation.


To manage these trade-offs, the video suggests practical tactics such as creating small test queries, staging complex transforms into separate steps, and invoking full refresh only when necessary. These strategies improve maintainability but add a layer of process discipline that teams must adopt. Thus, the challenge becomes balancing speed with the effort required to design a workflow that catches problems early without wasting time on unnecessary refreshes.


Troubleshooting and practical tips

Finally, the video offers troubleshooting advice to determine whether a stale preview indicates a deeper problem. First, try refreshing the preview explicitly and, if needed, run a full workbook refresh so you can compare results. Second, check common culprits like credential issues, changed source schemas, privacy-level blocks, or broken query steps when a full refresh fails or returns unexpected results.


Additionally, the presenter reminds viewers to use diagnostic tools and view the query plan when performance or folding behavior matters, and to test with representative data samples before applying transformations to the full dataset. In conclusion, the takeaway is clear: understand the difference between the preview and a full refresh, refresh deliberately, and use staged testing to balance speed and accuracy. The video closes by encouraging viewers to keep learning and to apply these habits so their queries remain reliable without wasting time on unnecessary refreshes.

Excel - Power Query: Did Refresh Run?

Keywords

Power Query refresh not working, Power Query did not refresh, Power Query refresh failed, Excel Power Query refresh problem, Power Query refresh cache issue, Power Query auto refresh not working, Power Query refresh troubleshooting, how to fix Power Query refresh