15 errors · Feature-specific issues

Feature Errors

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.

The four you'll see most

Power Query

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.

Fix: Query Editor → View error step → look at expression bar → adjust the failing transformation. Often just re-pointing to the new file location.
Full Power Query error guide →
Pivot refresh

PivotTable refresh error

Cause: Source range grew beyond original definition, source sheet was deleted or renamed, column headers changed, or the source became disconnected (broken external link).

Fix: PivotTable Analyze → Change Data Source → point to the new range. Or convert source to a Table so PivotTable auto-follows.
Full PivotTable error guide →
Chart source

Chart shows wrong or missing data

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.

Fix: right-click chart → Select Data → adjust each series range. Or set the chart on a Table so it auto-expands.
Full chart source guide →
Data validation

Data validation not working

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.

Fix: select expanded range → Data → Data Validation → re-apply rules. Set "Show input message" so users know rules exist.
Full data validation guide →

Browse feature errors by area

Power Query & Data Import

4 errors

Refresh failures, source connection issues, type inference errors.

PivotTable & Power Pivot

4 errors

Refresh issues, source range problems, data model errors.

Charts & Visualization

3 errors

Chart source issues, missing series, sparkline problems.

Formatting & Validation

4 errors

Conditional formatting, data validation, table structure, named ranges.

The single most important prevention pattern

Convert all your data ranges to Excel Tables (Ctrl+T). Tables automatically:

  • Expand as you add rows — PivotTables, charts, and Power Query queries following the table auto-adjust
  • Retain formatting and validation on new rows — data validation extends automatically
  • Provide structured references — formulas use column names, not fragile A1 addresses
  • Prevent most "source changed" errors — the source is a Table with a fixed name, so refresh operations always find it

About 40% of the errors on this page never happen if you use Tables. Highest ROI Excel habit you can adopt.

Diagnostic flow — feature stopped working, where do I look?

  1. Read the actual error dialog carefully. Excel usually names the specific cause. Dismissing without reading is why users repeatedly hit the same issue.
  2. For Power Query: open Query Editor (Data → Queries → double-click query) → look at Applied Steps → the first step showing an error is the failure point.
  3. For PivotTable: PivotTable Analyze → Options → Data → note the source range. Verify it still exists and includes all current data.
  4. For Charts: right-click → Select Data → check each series reference. Broken references show as #REF! or empty.
  5. For Conditional Formatting: Home → Conditional Formatting → Manage Rules → check "Applies to" ranges are still valid.
  6. Use Formulas → Trace Precedents for any single cell to see what it depends on. Often reveals the broken link.

Prevention patterns

  • Use Tables for all source data (already covered — worth repeating)
  • Use named ranges for stable references: if a chart references a named range instead of hardcoded cells, moving data doesn't break it
  • Test after adding new rows: add a row → refresh Pivot → check chart → verify conditional formatting still applies
  • Document Power Query source paths: keep a Notes sheet listing what queries pull from where
  • Refresh regularly, not just occasionally: failures are easier to diagnose when they happen soon after the source change
  • Turn on background refresh for Power Query: Query Properties → refresh in background → catches problems as they happen

Frequently asked questions

Why does my Power Query error say "Column X was not found"?

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.

My PivotTable refresh says "cannot expand" — what's wrong?

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.

Why do my charts break when I insert rows in the source?

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.

Conditional formatting stops applying to new rows — why?

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.

Why does Power Query take 10 minutes to refresh when it used to be fast?

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.

Feature health checks, automatic.

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 →