Power Query refresh fails
Top causes: (1) source file moved or renamed, (2) column names changed in source, (3) new column added that breaks type inference, (4) database credentials expired, (5) source is temporarily unavailable.
Errors that come from Excel's specialized features — Power Query refresh failures, PivotTable source problems, chart data range issues, conditional formatting conflicts. Feature-specific, not formula-specific.
Formulas can be perfect and the numbers still wrong — because a feature failed. Power Query didn't refresh. A PivotTable's source range shifted. A chart references a range that no longer exists. Data validation stopped catching bad inputs. These aren't hash errors and there's no #ERROR to alert you — the feature just fails silently or displays a dialog you dismiss without reading. This page tells you what those dialogs actually mean.
Top causes: (1) source file moved or renamed, (2) column names changed in source, (3) new column added that breaks type inference, (4) database credentials expired, (5) source is temporarily unavailable.
Cause: Source range grew beyond original definition, source sheet was deleted or renamed, column headers changed, or the source became disconnected (broken external link).
Cause: Data range referenced by the chart no longer exists (rows deleted), chart series reference broken cells (#REF!), or new data added falls outside chart's range definition.
Cause: Validation was set on old cells but new cells added below don't inherit it. Users pasted data (which bypasses validation). Or the validation formula returns error/blank due to a broken reference.
4 errors
Refresh failures, source connection issues, type inference errors.
4 errors
Refresh issues, source range problems, data model errors.
3 errors
Chart source issues, missing series, sparkline problems.
4 errors
Conditional formatting, data validation, table structure, named ranges.
Convert all your data ranges to Excel Tables (Ctrl+T). Tables automatically:
About 40% of the errors on this page never happen if you use Tables. Highest ROI Excel habit you can adopt.
The source data has changed — a column was renamed, deleted, or reordered. Open Query Editor, find the step that references the missing column, and either update the column name or remove that transformation step.
Something is blocking the PivotTable from expanding into the cells it needs. Delete anything in the rows/columns immediately adjacent to the pivot. Or move the pivot to open space.
Charts reference explicit ranges (A2:A100). Inserting rows within that range works. Adding rows below it doesn't automatically extend the chart. Fix: base the chart on a Table so it auto-extends.
Same problem as charts. The rule's "Applies to" range doesn't auto-expand. Fix: apply conditional formatting to the whole column, or convert data to a Table which propagates formatting automatically.
Source data grew, or an inefficient transformation was added. Common culprits: Merge Queries operations, added columns that reference other tables, transforming before filtering (filter early!). Query Diagnostics (View → Query Diagnostics) shows which step is slow.
The Add-in scans workbooks for broken PivotTable sources, orphaned charts, invalid conditional formatting, and dead Power Query connections — all in one report.
Get the Add-in →