Skip to main content

Three Different Answers, One Question

Ask revenue in the East region, get three numbers. Same data, different definitions. Environmental reporting has the same problem, and it's costing us trust.

Three Numbers, One Question

Ask a simple question: "What was net revenue in the East region last month?" You might get three different answers. Finance says 8 million. Operations says 10 million. Sales says 12 million.

Who's right? In environmental policy, the same thing happens. A regulator asks about carbon emissions from the industrial sector last quarter. Energy reports one number, transport another, waste management a third. Everyone has data, but no one agrees on what "emissions" even means.

It's Not the Data

Blame the numbers? Not so fast. Each department can defend its calculation. Finance counts recognized revenue. Operations counts payments and refunds. Sales counts signed contracts. They're answering different questions, but all labeling them "revenue."

In environmental work, the same confusion abounds. "Emissions" might mean direct emissions from owned sources, indirect from purchased energy, or lifecycle emissions including supply chains. Each is valid for different purposes—compliance, voluntary reporting, product labeling. Call them all "emissions," and you get chaos.

What the Database Really Holds

Look at a typical database record. Fields like amount, status, created_at. The database knows amount is a number, status is an integer, created_at is a timestamp. But it doesn't know whether that amount is gross or net, tax-inclusive or tax-exclusive.

An emissions database might store co2_tonnes as a numeric field. But is it CO2 equivalent? Does it include methane? Is it measured or estimated? The field name is a hint, not a definition.

One Metric, Many Versions

BI tools and spreadsheets let anyone query data. Great for access, but every analyst might write a slightly different SQL. One includes refunds, another doesn't. One filters by transaction date, another by settlement date. In environmental reporting, this is rampant. Different teams use different emission factors, different boundary definitions, different baseline years. Reports contradict each other, even when based on the same underlying data.

Governance for Definitions

The fix isn't to pick one number and delete the others. The three revenue figures serve different needs. Sales needs contract value for pipeline. Operations needs cash flow. Finance needs recognized revenue for accounting.

What you need is clear naming, defined use cases, agreed calculation rules, and a process for maintaining definitions. For environmental metrics, define what qualifies as "scope 1" or "scope 2," specify emission factors, document who approves changes. It's boring, but it works.

Making Definitions Executable

Once you've agreed on definitions, you need to make them machine-readable. That's where a semantic layer comes in. It sits between business terms and database tables. It maps "net platform payment" to specific fields and filters, ensuring everyone uses the same logic.

In environmental policy, a semantic layer might define "industrial emissions" as emissions from facilities with a specific NAICS code, using a specific emission factor table, and including only those above a certain size. The layer turns that definition into a repeatable query.

From Question to Answer

When someone asks "What were last month's emissions in the East region?" the system should first clarify: "Do you want direct, indirect, or lifecycle emissions?" Only then run the query.

The result should come with context: metric name, time range, data version, permission scope. That way, anyone looking at the number knows exactly what it represents and can trace it back to the source.

Reusable Definitions

A semantic layer isn't just for one report. It's a shared asset. Once you've defined a metric, any report or AI tool can use it. You avoid the mess of each team reinventing the wheel—and you avoid the embarrassment of telling your board three different revenue figures.

For environmental policy, this is crucial. As regulations tighten and stakeholders demand transparency, you can't afford ambiguous metrics. You need agreed definitions, executed consistently. The semantic layer is how you get there.

Share this article:

Comments (0)

No comments yet. Be the first to comment!