Power BI and Capstone: Why the Best Operations Teams Use Both

The Question Everyone Asks

“Why do we need a data management platform if we already have Power BI?”

It’s a fair question. Microsoft Power BI is a legitimate, powerful, well-supported tool, adopted by hundreds of thousands of organisations worldwide, with over 30 million monthly active users. If you can build operational dashboards in Power BI, why add another system to your technology stack? Why introduce more complexity, more integration points, more vendor relationships?

The honest answer is: you probably don’t need both. Unless your dashboards are giving you the wrong answers. Then you need both very urgently.

The Lens and the Brain

Here’s the distinction that matters: Power BI adds a lens to your data. A data management platform adds a brain underneath it.

Power BI is a powerful analytics platform. Through DAX, it offers real data modelling capabilities: custom measures, calculated columns, time intelligence, and sophisticated aggregation logic. Combined with its visualisation engine, it can connect to multiple data sources, build interactive dashboards, and present information in ways that drive engagement and insight. If you have clean, correctly modelled data flowing into Power BI, you can build exceptional decision-making systems.

The problem is that the last conditional clause: if you have clean, correctly modelled data.

Most operations don’t. They have data all over the place, production histories in one system, costs in another, targets in a third. The data comes at different frequencies, uses different hierarchies, and embeds assumptions that contradict each other. One system treats a product family as a hierarchy; another treats it as a flat taxonomy. Cost allocations differ too: direct labour here, machine hours there. And consolidation structures rarely agree, with one grouping by site and another by business unit.

A data management platform’s job is to resolve these contradictions before the data reaches Power BI. It sits between your operational systems and your dashboards. It standardizes hierarchies, reconciles conflicting definitions, computes correctly across multiple frequencies, and enforces aggregation rules. It’s the system that makes your data trustworthy.

Power BI then visualizes that trustworthy data brilliantly. But the visualisation is only as good as the foundation.

The Five-Step Value Chain

Think about the journey from raw operational data to insight. There are five distinct steps:

Step 1: Collect. Extract data from your MES, ERP, quality systems, energy monitors, and other operational systems. This is about connectivity and ingestion.

Step 2: Integrate & Model. Combine data from multiple sources, resolve conflicts, establish common definitions, and build a coherent data model. This is about data governance.

Step 3: Aggregate & Compute. Apply mathematical rules, especially around ratios and hierarchies, to calculate the metrics that actually matter. This is about correctness.

Step 4: Analyze. Apply business logic, interpret results, identify patterns, and compare against targets. This is about context.

Step 5: Visualize. Present results in dashboards, reports, and interactive tools. This is about communication.

Here’s what matters: Power BI owns step 5. A data management platform owns steps 1 through 3. Both contribute to step 4, but in different ways.

When operations teams say “we can do this all in Power BI,” what they usually mean is “we can do steps 4 and 5 in Power BI.” And they can. But steps 1 through 3 still have to happen somewhere. If you’re trying to compress them into Power BI, you’re using the wrong tool for the job.

It’s like trying to do your architectural design work in Photoshop because you can. Photoshop is excellent at rendering images. It’s the wrong tool for structural design. You wouldn’t expect it to work well. And when it doesn’t, the problem isn’t Photoshop.

The Aggregation Problem: Where Everything Breaks

Let’s make this concrete with the example that appears in almost every organisation we encounter.

You have two production sites making the same product.

Site A: Produced 10,000 tonnes at a cost of $120 per tonne. Total cost: $1,200,000.

Site B: Produced 2,000 tonnes at a cost of $150 per tonne. Total cost: $300,000.

Your operations manager asks: What’s the enterprise cost per tonne?

Most people calculate: ($120 + $150) / 2 = $135/tonne.

The correct answer is: ($1,200,000 + $300,000) / 12,000 tonnes = $125/tonne.

That’s a $10/tonne difference. Over a full year of production at both sites, we’re talking about phantom costs totaling six figures or more.

This isn’t a rounding error. This is a structural flaw in how ratio metrics get aggregated across hierarchies when volumes differ.

Here’s the key: averaging ratios across sites is mathematically wrong. You have to recalculate the ratio from the aggregated inputs. Sum the total costs. Sum the total production. Divide one by the other. That’s the correct enterprise number.

Can you handle this correctly in DAX? Yes, technically. A skilled developer can write measures that reconstruct ratios from their additive components at each level of the hierarchy. But nothing in Power BI enforces this automatically. There’s no flag that says “this metric is a ratio; recalculate rather than average.” If a report author drags cost-per-tonne into a matrix and lets the default aggregation run, Power BI will happily display $135/tonne to the entire organisation. The dashboard looks confident. The number is wrong.

You’ve now got a lens that’s focusing perfectly on corrupted data. The problem isn’t the lens.

It’s Not Just Cost Per Tonne

The same issue applies to gross margin percentages across business units of different sizes, OEE across lines running at different capacities, safety incident rates across facilities with different workforce sizes, energy consumption per unit across facilities with different output levels, and yield percentages across processes with different batch sizes.

Every ratio, rate, or percentage grows more dangerous the further you consolidate it across different volumes. By the time that data reaches Power BI, it’s already tainted. Power BI can’t fix it. The platform can only display what it receives.

The “Build It Yourself” Trap

This is where some operations teams try a workaround: build it all in the Power Platform ecosystem. Layer in Power Apps for data entry, Power Automate for workflow, and DAX formulas to enforce the correct aggregation rules. Assemble the entire system yourself.

On paper, it sounds efficient. You already have Microsoft licenses. Your team knows Power Automate. Why not just build it?

In practice, this approach takes 12 to 18 months. It’s brittle. It requires deep technical expertise in DAX, Power Automate, and data modeling. It’s tightly coupled to your organisational structure, so when you restructure, it breaks. It doesn’t scale well. And when it does work, it works until your requirements, data sources, or cost structure change, and then it breaks again.

We’ve seen organisations invest significant engineering time building exactly this architecture. The result is functional, at best. It works until it doesn’t. And when something breaks, the team that understands how it works is the person who originally built it, who may or may not still be at the organisation.

Compare that to a system where data governance, aggregation rules, and metric definitions are built into the platform itself rather than encoded in formulas. Where changes to requirements don’t require code changes. Where the system itself understands the difference between additive and ratio metrics and automatically applies the correct rules.

That system costs less to build, scales more easily, and is far more resilient.

The Better Architecture

Here’s what a properly constructed system looks like:

Your data management platform connects to your operational systems, MES, ERP, cost accounting, and production planning, and extracts the data. The platform understands your organisational hierarchy: sites, regions, divisions, and enterprise. Because it knows which metrics are additive and which are ratios, aggregation rules are applied automatically at each level. Cost per tonne gets recalculated. OEE gets recalculated. Safety rates follow suit. Every ratio metric gets the correct maths.

The platform then publishes the computed, aggregated, and governed data to a SQL database. This becomes your single source of truth. Every number is correct, every metric traceable to its source inputs, and every ratio computed using the proper formula.

Power BI connects to this SQL database via DirectQuery or Import mode. There’s no need to ingest raw data or compute aggregations. Governance and aggregation rules are already enforced upstream, so Power BI can focus on what it does best: taking correct data and visualising it brilliantly. The dashboards are now trustworthy because they’re consuming trustworthy data.

This is the collaboration that works. Data management platform handles the hard problems. Power BI handles the presentation. Each tool does what it’s actually built for.

The alternative, trying to compress the entire system into Power BI, is like trying to use a pencil as a hammer. You can physically do it. It won’t work well.

Proof in Practice: ProveIt! 2026

At ProveIt! In 2026, we demonstrated this architecture live on the conference’s production infrastructure. The scope: 37 production inputs, 76 calculated metrics, deployed across 4 interactive dashboards serving 3 separate production sites.

Build time: approximately 40 hours.

Custom code required: zero.

How? The data platform handled aggregation rules, hierarchy resolution, and metric computation. The dashboards consumed the clean output. No firefighting aggregation formulas, no debugging DAX, no custom workarounds. Just structure.

Could that have been built in Power BI? Technically, yes. Would it have taken 40 hours? No. It would have taken 1 to 2 months, required a small engineering team, and resulted in a system that breaks when your cost assumptions change.

The Fundamental Question

This is the real distinction between a BI tool and a data management platform. A BI tool answers the question: How do I make this data look good? A data platform answers the question: Is this data correct?

You need both questions answered. BI tools are excellent at visualisation. Data platforms are essential for correctness. When you try to do both in one tool, you succeed at neither. You end up with dashboards that are functionally beautiful but mathematically questionable.

The question isn’t Power BI or a data management platform. It’s whether your Power BI dashboards are consuming raw data from your operational systems (in which case the numbers are almost certainly wrong) or computed, governed, aggregated data from a dedicated data layer (in which case the numbers are trustworthy and can actually drive decisions).

The Difference in Practice

Most organisations haven’t thought about that distinction. They’ve bought Power BI, plugged in some data sources, and called it done. The resulting dashboards look professional and feel authoritative. But underneath, they’re answering questions based on data that fails basic mathematical tests.

The organisations that have figured this out, that have built a data layer first, then put Power BI on top of it, are the ones whose dashboards actually move operations forward. The ones that can trust their numbers at 11 p.m. when they need to change tomorrow’s production plan. The ones that don’t get surprised by month-end reconciliations.

They’re not using different tools. They’re using the right tools in the right order, each doing what it’s actually designed to do.


The quality of your decisions depends on the quality of your data. If your dashboards are built on aggregation rules enforced in formulas, they’re brittle and dangerous. If they’re built on a foundation that understands hierarchy, enforces mathematical correctness, and computes metrics properly, they’re reliable. Consider whether your current approach to data—from collection through aggregation to visualisation—is actually built to get the numbers right. Our products can help → Or let’s talk about your situation first →