← Back to list

The Quiet Revolution in Business Intelligence (BI) Layer

How Context Engineering, Ontology Building, and Dimensional Modelling Are Redefining AI-Powered Dashboards

trupti mali · 2026-05-02 01:21 · 0 claps · 7.5 min read
#revolution-in-bi #context-engineering #ontology #semantic-modelling #intelligent-analytics
Open on Medium ↗
Wiki topics: AI · AI · General CRY · Crypto & Web3 PHI · Philosophy GRW · Growth & Analytics 🎬 · Film & Television

The Quiet Revolution in Business Intelligence (BI) Layer

How Context Engineering, Ontology Building, and Dimensional Modelling Are Redefining AI-Powered Dashboards

I’ve sat in enough procurement review meetings to know the pattern. Someone pulls up the spend dashboard. A number looks off. The CPO asks “Why did our maverick spend jump in Q3?” — and the next 20 minutes are spent arguing about whether the number is even right, not what to do about it.

That’s not an AI problem. That’s a data understanding problem. And it’s exactly what a new wave of thinking in BI is starting to fix.

Three disciplines — Context Engineering, Ontology Building, and Dimensional Modelling — are quietly converging to turn AI-powered dashboards from glorified search bars into something that actually reasons about your procurement reality. Let me break down what each of these means, and why they matter if you work in procurement analytics.

The Uncomfortable Truth About “AI-Powered” Procurement BI

We’ve been sold a story for a few years now: connect your ERP, ask questions in plain English, get insights instantly. Natural language to SQL. Magic.

Except it isn’t magic. Most of the time, it’s autocomplete with a confidence problem.

Ask a generic AI dashboard “What’s our spend with strategic suppliers this quarter?” and here’s what it doesn’t know:

  • What counts as a “strategic supplier” in your organisation (is it a tier classification in your SRM? a flag in Procurement SAAS system? a manual list maintained by a category manager?)
  • Whether “spend” means PO value, invoiced amount, or actually paid amount — because in Procure-to-Pay, those three numbers are often very different
  • That your Q3 includes a planned spike because of a major capital project in APAC
  • That one of your top suppliers just got reclassified last month

Without that context, the AI gives you an answer. It just might be the wrong one — delivered with complete confidence.

Context Engineering: Teaching AI What Your Procurement World Actually Looks Like

Context Engineering is about deliberately designing what information gets fed to an AI model before it touches your data — so it reasons like a seasoned procurement analyst, not like a general-purpose language model that’s never seen a three-way match exception in its life.

In procurement, this is enormous. Your data doesn’t live in one place — it’s scattered across your ERP (SAP, Oracle), your P2P platform (GEP,Coupa, Ariba, Jaggaer), your contract management system, and probably a few too many spreadsheets that someone’s Category Manager built in 2019 and never quite retired.

Context Engineering stitches this together intelligently, in real time.

Here’s a concrete example. Imagine your Head of Indirect Procurement asks: “Are we at risk of missing our savings target this year?”

A context-engineered AI BI system doesn’t just pull the savings tracker. It:

  • Retrieves your savings methodology (are you counting hard savings only, or cost avoidance too?)
  • Pulls in the pipeline of in-flight sourcing events and their projected close dates
  • Flags that two major contracts are expiring next quarter with no renewal initiated yet
  • Cross-references supplier performance data to highlight where delivery risk could erode realised savings

That’s not a query result. That’s the kind of briefing a good analyst would take two days to prepare — delivered in seconds, with the right business context baked in from the start.

Ontology Building: Because “Supplier” Means Six Different Things Across Your Systems

Here’s a scenario every procurement data person will recognise.

Your Accounts Payable team says spend with Vendor X is $4.2M. Your Category Manager says it’s $3.8M. Your CPO’s dashboard says $5.1M. Everyone is using data from the same company. Nobody is lying. And yet the numbers don’t match.

Why? Because “supplier” means something slightly different in every system, and nobody has ever formally mapped those differences.

This is exactly what Ontology Building solves. An ontology is essentially a structured knowledge map of your business concepts — what they mean, how they relate to each other, and how they map across different systems.

For procurement, a well-built ontology answers questions like:

  • Supplier identity: Is “Accenture Ltd UK” the same entity as “Accenture Consulting EMEA” for spend consolidation purposes? What about their subsidiaries? (Spoiler: this gets complicated fast when you’re trying to report against a parent-level contract.)
  • Spend categorisation: When a purchase order is coded to GL account 6210, does that mean Facilities, IT Services, or Professional Services — and does the answer change depending on which business unit raised it?
  • Procure-to-Pay cycle stages: What exactly constitutes a “fully approved requisition”? Does a blanket PO release count as a new transaction? When does a receipt become a liability?
  • Contract linkage: How does a Master Service Agreement relate to its call-off orders, its amendments, and the actual invoices that flow against it?

When your AI BI layer is built on top of a solid procurement ontology, it stops giving you number soup and starts giving you answers that mean something. The AI knows that when a user in the Finance team says “committed spend,” they mean something different from when a Category Manager says it — and it handles that distinction correctly.

Dimensional Modelling: The Old Discipline That’s More Relevant Than Ever

This one might surprise you. In the rush toward data lakes, real-time pipelines, and cloud-native everything, a lot of procurement data teams quietly abandoned rigorous dimensional modelling. The attitude was: “We’ll just dump it in the lake and query it flexibly.”

The AI era is making them regret that.

Dimensional modelling — the practice of structuring data into fact tables (what happened) and dimension tables (the context around what happened) — turns out to be exactly the kind of structure that AI agents navigate well.

Let me make this real with a Procure-to-Pay example.

A well-modelled P2P data mart might have:

  • Fact tables for requisitions, purchase orders, goods receipts, and invoices — each at the right grain (one row per line item, not per document header)
  • Dimension tables for Supplier (with hierarchy: supplier → parent → ultimate parent), Cost Centre, GL Account, Commodity Code (UNSPSC or your internal taxonomy), Contract, and Time (with fiscal calendar logic baked in)
  • Slowly Changing Dimensions to handle the fact that a supplier’s category classification or a cost centre’s budget owner changes over time — and your historical analysis needs to reflect what was true then, not just what’s true now

Why does this matter for AI? Because when an AI agent needs to answer “How has our on-contract spend ratio changed over the last three fiscal years, broken down by spend category?”, it needs to traverse these relationships safely. It needs to know the grain of the fact table so it doesn’t double-count. It needs the fiscal calendar dimension so “last three years” is calculated correctly. It needs the supplier hierarchy so it rolls up to the right level.

Without that dimensional discipline, AI produces plausible-sounding answers that fall apart the moment a sharp analyst checks the maths. With it, the AI becomes genuinely trustworthy.

What It Looks Like When All Three Come Together

Let me paint a picture of what modern AI-powered procurement BI actually looks like when these three disciplines are working in harmony.

A Category Manager sits down on a Monday morning and opens their BI tool. Instead of navigating to five different reports, they type (or say):

“Give me a quick read on our MRO spend health before the SteerCo this afternoon.”

The system:

  1. Pulls in the context — the category strategy priorities, current supplier scorecards, any open supply risk flags, and the relevant budget period
  2. Navigates the dimensional model to pull accurate spend figures at the right grain, correctly rolled up through the supplier and commodity hierarchies
  3. Uses the ontology to know that “MRO” in this company maps to a specific set of UNSPSC codes and commodity classifications — not just anything tagged as Maintenance in the GL
  4. Synthesises a concise narrative: spend is up 8% vs. target, driven by one supplier’s emergency order backlog; two contracts are due for renewal in 6 weeks; one supplier’s on-time delivery has dropped below the SLA threshold

That’s not a dashboard. That’s a briefing. And it took 10 seconds instead of two hours.

What Procurement Data Teams Should Do Right Now

If this resonates, here’s where I’d focus energy:

1. Define your canonical procurement metrics — and defend them. What is “savings”? What is “maverick spend”? What is a “strategic supplier”? Get these definitions agreed, documented, and machine-readable. If three people give three different answers, you have an ontology problem waiting to become an AI problem.

2. Map your supplier universe properly. Parent-subsidiary relationships, D-U-N-S hierarchies, duplicate records across systems — this is unglamorous work, but it’s the foundation of every meaningful spend analysis. AI amplifies your data quality; it doesn’t fix it.

3. Revisit your P2P data model. If your analytics layer is built on replicated ERP tables rather than a properly modelled mart, your AI BI ambitions will hit a ceiling quickly. Dimensional discipline is AI readiness.

4. Build your context layer deliberately. Every piece of institutional knowledge — category strategies, supplier relationship context, known data exceptions, fiscal calendar quirks — is an asset. Start capturing it in structured, retrievable form.

5. Think about reasoning, not just reporting. The question to ask of every dashboard isn’t “does this show the right number?” It’s “does this help someone make a better decision?” Design for the decision, and let the AI handle the data retrieval.

The Bottom Line

The gap between a procurement dashboard that shows you data and one that genuinely helps you run a better procurement function isn’t about which AI model you’re using. It’s about whether your data is understood — by the systems that serve it and the people who consume it.

Context Engineering, Ontology Building, and Dimensional Modelling are the disciplines that bridge that gap. They’re not glamorous. They don’t get keynote slots at most conferences. But they’re the difference between AI that impresses in a demo and AI that actually earns a seat at your SteerCo table.

The organisations getting this right aren’t the ones with the biggest data teams. They’re the ones who took the time to truly understand their own procurement data — and built their AI layer on top of that understanding.

That’s the revolution. It’s quiet. It’s technical. And it’s already separating the leaders from the rest.

I work at the intersection of procurement and data, and this is something I think about a lot. If you’re navigating AI-powered BI in your procurement function, I’d love to hear what you’re seeing on the ground. Drop a comment or reach out directly.

ProcurementAnalytics #BusinessIntelligence #ContextEngineering #ProcureToPay #SpendAnalytics #DataStrategy #ProcurementTech #Ontology #DimensionalModelling #AIinProcurement #CPO #DigitalProcurement #DataEngineering


메타데이터
post_id
4dffbe72837b
slug
the-quiet-revolution-in-business-intelligence-bi-layer-4dffbe72837b
url
https://medium.com/@truptikmali/the-quiet-revolution-in-business-intelligence-bi-layer-4dffbe72837b
canonical_url
https://medium.com/@truptikmali/the-quiet-revolution-in-business-intelligence-bi-layer-4dffbe72837b
author_url
https://medium.com/@truptikmali
status
ok
fetched_at
2026-06-27 07:40:21