Think Build Implement Repeat
London, UK +44 7367 067226
WhatsApp FOLLOW f in X
  1. Home
  2. Blog
  3. Why Does Our Report Stop Working Whenever Someone Adds or Renames a Column?
Problems We Solve

Why Does Our Report Stop Working Whenever Someone Adds or Renames a Column?

If your report breaks every time a column changes, it depends on position, not meaning. SpiderHunts rebuilds it with named fields, checks and clear alerts.

Updated 3 min readBy SpiderHunts Technologies

Free estimateNo obligation

Get a free estimate

Tell us what you need. A senior engineer reads every enquiry.

Takes under a minute. We never share your details.

  • Free consultation
  • No commitment
  • NDA on request

Prefer to talk? Book a free 30-minute call →

Quick answer — TL;DR

Reports break on column changes when they rely on column positions, exact header text or copied export layouts. SpiderHunts rebuilds the feed so it reads fields by meaning through APIs where possible, checks the incoming structure before anything runs, and alerts a named person with a clear message instead of producing silently wrong numbers.

Someone added a column and everything moved

The report worked for months. Then the CRM admin added a new field, or the supplier's export gained a column called Region, or someone renamed Qty to Quantity. Now the lookups return the wrong values, the pivot table has blank rows and the macro stops halfway with an error nobody understands.

The person who fixes it knows the drill: find which column shifted, update the references, run it again. Next month it happens with a different column.

Worse is the month it does not error at all. The numbers simply come out wrong, and nobody notices for a while.

Why the report is so fragile

Most fragile reports were built quickly from an export and grew from there. They depend on things nobody promised would stay the same.

Hidden dependencyWhat breaks it
Column position (column F is price)Any new or removed column earlier in the file
Exact header textA rename, a trailing space, a new capital letter
Row orderA different sort in the export
Hard-coded rangesMore rows than last month
A manual export with custom settingsSomeone else running the export

None of these are unusual mistakes. They are the natural result of building on a CSV export, which is a presentation of the data rather than an agreement about its structure.

Macros make it worse. A VBA routine that selects column G and copies it to another sheet has no idea what column G contains. It will happily copy a customer name into a price field if the layout shifts, and the output still looks like a finished report.

The cost of a report that breaks

  • Time spent fixing the same kind of break over and over
  • Reports delivered late while they are repaired
  • Silent errors when a column shifts but the formulas still find a number
  • Fear of changing source systems in case it breaks reporting

The last cost is easy to miss. When the business starts avoiding useful changes to its CRM or ERP because the reports might break, the reports are running the business instead of the other way round.

How we make the report hold up

  1. Where the source has an API, we read fields by their internal name or ID, which rarely changes, rather than by column position in an export.
  2. Where only files are available, we read columns by header with a mapping table that allows known aliases, such as Qty and Quantity.
  3. Before any processing, a schema check compares the incoming structure with what is expected. New, missing or renamed fields are detected up front.
  4. If a required field is missing, the run stops and a named person gets a clear message saying which field and which source. Nothing half-processed is published.
  5. New optional fields are logged and ignored until someone decides to use them, so additions never break anything.
  6. The transformation logic lives in version-controlled code or SQL with tests, not in a chain of cell references.

Where your report lives in Power BI, Excel or Looker Studio, we usually keep it there and fix the layer feeding it.

Change the source system without holding your breath

When the CRM admin adds a field, nothing happens to the report. When someone renames one, the check either maps it automatically or sends a message that says exactly what changed. The fix is one line in a mapping table rather than an afternoon tracing formulas.

Teams become willing to improve their source systems again, because reporting no longer punishes them for it.

The person who used to repair the report every month gets that time back, and the knowledge of how it works is in documented code that someone else can pick up, rather than in one head.

Recognise this pattern?

  • The same report breaks after routine changes to a source system
  • Fixing it means finding which column moved
  • You have found wrong numbers that ran for weeks unnoticed
  • People are told not to touch certain fields in the CRM
  • Only one person can repair the report

FAQ

Frequently asked questions

The questions readers ask us after this guide.

Still have a question?

Ask us directly — a senior engineer will get back to you.

Ask about your project

Can you fix our existing report rather than rebuild it?

Often. If the report itself is sound, we replace the fragile feed underneath and keep the report as it is.

What if the source system has no API?

We read files by header name with an alias mapping and a structure check, which removes most breakage even without an API.

Will it still break sometimes?

A source can always change in a way that needs a decision, such as a field being removed. The difference is that you get a clear message before anything wrong is published.

What do you need from us?

The report, the source files or system access, and a list of the recent breaks and how they were fixed.

Keep reading

More on Problems We Solve

Start here

Tired of fixing the same broken report?

Tell us where the data lives, who needs it and what goes wrong today. We will come back with what we would build and what we would leave alone. If a smaller change would fix it, we will tell you.

  1. You tell us what you needTwo minutes on the form, or a message on WhatsApp.
  2. A senior engineer reviews itAnd comes back with questions, a realistic range and an honest view on fit.
  3. Free 30-minute scoping callWe talk through scope, options and a realistic estimate — with no obligation.
Free estimateNo obligation

Talk to someone who builds this

Send a short brief and we will come back with an honest view and a realistic range.

Takes under a minute. We never share your details.

  • Free consultation
  • No commitment
  • NDA on request

Prefer to talk? Book a free 30-minute call →