Loading Knowledge Sharing

Data Analytics

How Modern Organisations Support Decisions Using Connected Data and Analytics

By Syed Hussnain Sherazi | March 10, 2025 | Connected Data | Analytics | Decision Systems

How connected data, shared definitions, and analytics workflows help organisations make better decisions.

By a data analyst who has spent years watching organisations collect plenty of data and still struggle to act on it

A familiar scene plays out in many organisations. A senior leader asks a simple question: "Why did sales drop last quarter?" Three teams open three dashboards, and each dashboard shows a different number. Each team can explain its own figure, but the room still cannot make a confident decision.

That is rarely a shortage of data. It is a connected data problem.

Most modern organisations already collect data across sales, finance, operations, marketing, customer service, and product teams. The harder task is making that data consistent, accessible, and trusted enough to support decisions across the business. Connected data and analytics are meant to solve that practical problem.

The Old Way: Data in Silos

For years, most organisations built their data capability department by department. Sales had its CRM. Finance had its ERP. Marketing had its web analytics platform. Operations had its own reporting tools. Each system worked reasonably well inside its own boundaries.

The difficulty appeared whenever someone asked a question that crossed those boundaries.

"Which customer segments are buying the most, and what is their lifetime value?" Now you need sales data and financial data together. "Why did our marketing campaign fail to convert?" Now you need marketing, sales, and operational data in the same view.

These cross-functional questions are not edge cases. They are often the questions that matter most. In many organisations, answering them still means someone spends two weeks extracting data from several systems, cleaning it in Excel, and preparing a report that is already out of date by the time it reaches the right desk.

That is the real cost of disconnected data.

What Connected Data Actually Means

Connected data architecture
flowchart LR
  subgraph Sources["Business source systems"]
    CRM["CRM"]
    ERP["ERP / Finance"]
    MKT["Marketing analytics"]
    OPS["Operations"]
  end
  subgraph Platform["Connected data platform"]
    ING["Ingestion and integration"]
    MODEL["Shared customer and product model"]
    SEM["Semantic definitions"]
  end
  subgraph Use["Decision use"]
    DASH["Dashboards"]
    ANALYSIS["Diagnostic analysis"]
    ACTION["Owned business action"]
  end
  CRM -->|"customer and pipeline data"| ING
  ERP -->|"revenue and cost data"| ING
  MKT -->|"campaign and web data"| ING
  OPS -->|"stock and service data"| ING
  ING -->|"standardise"| MODEL
  MODEL -->|"common KPIs"| SEM
  SEM --> DASH
  SEM --> ANALYSIS
  ANALYSIS -->|"recommendation"| ACTION
  ACTION -->|"feedback data"| CRM
  GOV["Governance, ownership, access"] -.-> ING
  GOV -.-> MODEL
  GOV -.-> SEM

Connected data means more than putting every dataset in one location. It means data from different systems follows shared definitions, uses comparable structures, and can be trusted by the people who rely on it.

If the sales system defines a "customer" one way and the finance system defines it another way, the organisation has a measurement problem. You may have thousands of data points, but the numbers cannot be compared with confidence. Connected data addresses this through common data models, shared definitions, and clear lineage, so when you see a number, you know where it came from and what it represents.

The three pillars of connected data are:

1. Integration: Data flows automatically between systems without manual intervention. This usually involves pipelines, APIs, and event-driven architectures that keep data current.

2. Consistency: Shared definitions and standards apply across the organisation. A "customer" means the same thing in every dashboard, report, and model.

3. Accessibility: The right people can find and use the right data at the right time, without raising a ticket with IT every time they have a question.

How Analytics Turns Connected Data Into Decisions

Data on its own is raw material. Analytics turns that material into a clearer signal and, eventually, into decisions.

Modern analytics supports different levels of decision-making.

Connected analytics decision loop
flowchart LR
  subgraph Data["Data movement"]
    RAW["Raw sources"]
    PIPE["Pipelines / APIs / ETL"]
    PLATFORM["Warehouse or lakehouse"]
  end
  subgraph Analytics["Analytics layer"]
    DESC["Descriptive analytics"]
    DIAG["Diagnostic analytics"]
    PRED["Predictive analytics"]
    PRES["Prescriptive analytics"]
  end
  subgraph Decisions["Decision routines"]
    OPS["Operational decisions"]
    TAC["Tactical decisions"]
    STR["Strategic decisions"]
    FEEDBACK["Feedback loop"]
  end
  RAW -->|"ingest"| PIPE -->|"model"| PLATFORM
  PLATFORM --> DESC --> DIAG --> PRED --> PRES
  PRES --> OPS
  PRES --> TAC
  PRES --> STR
  OPS --> FEEDBACK
  TAC --> FEEDBACK
  STR --> FEEDBACK
  FEEDBACK -->|"new signals"| RAW
  CONTROL["Definitions, lineage, security"] -.-> PLATFORM
  CONTROL -.-> Analytics
  CONTROL -.-> Decisions

Descriptive analytics answers "what happened?" These are your standard dashboards and reports: revenue this month, churn last quarter, open support tickets by region. They form the foundation.

Diagnostic analytics answers "why did it happen?" This is where teams drill into the data to understand root causes. Sales may have dropped in the North region because three key accounts were lost and one sales rep left. That gives leaders something specific to act on.

Predictive analytics answers "what is likely to happen?" Statistical models and machine learning can forecast demand, churn, revenue, or risk. If current trends suggest the team will miss the quarterly target by 12%, leaders can respond before the problem fully lands.

Prescriptive analytics answers "what should we do?" This level recommends specific actions, such as moving budget from Channel A to Channel B, reducing inventory in Warehouse 3, or triggering a re-engagement campaign for a defined customer segment.

Most organisations are strong at descriptive analytics. Many have invested in diagnostic work. Fewer have moved confidently into predictive and prescriptive analytics, and that gap is where mature data teams can create meaningful advantage.

Real-World Example: A Retailer Using Connected Data

Retail connected data flow
flowchart LR
  subgraph RetailSources["Retail systems"]
    POS["Point of sale"]
    INV["Inventory"]
    LOYALTY["Loyalty programme"]
    WEB["Website and cart"]
    CAMPAIGN["Marketing campaigns"]
  end
  subgraph Platform["Retail analytics platform"]
    LAKE["Central data platform"]
    DEMAND["Demand model"]
    CUSTOMER["Customer 360 view"]
  end
  subgraph Outcomes["Business outcomes"]
    REORDER["Automatic reorder signal"]
    SERVICE["Better service context"]
    PLAN["Campaign and stock planning"]
  end
  POS --> LAKE
  INV --> LAKE
  LOYALTY --> LAKE
  WEB --> LAKE
  CAMPAIGN --> LAKE
  LAKE --> DEMAND
  LAKE --> CUSTOMER
  DEMAND --> REORDER
  DEMAND --> PLAN
  CUSTOMER --> SERVICE
  POLICY["Data quality and access controls"] -.-> LAKE
  POLICY -.-> CUSTOMER

Imagine a mid-sized retail company with stores across the UK. It has:

  • A point-of-sale system that records every transaction
  • An inventory management system tracking stock levels
  • A marketing platform managing email campaigns
  • A customer loyalty programme with purchase history
  • A website with browsing and cart data

Without connected data, each system stands alone. The marketing team runs a promotion without seeing that stock levels are low. The operations team orders too much of the wrong product because it cannot see what marketing is promoting. Customer service cannot see the full customer journey.

With connected data, these systems feed into a central data platform. When marketing plans a campaign, the team can see current stock levels. Operations can see which promotions are driving demand and plan procurement earlier. Customer service agents can view the full history of a customer's interactions.

The analytics layer can then predict demand spikes before they happen and trigger automatic reorders where the business rules allow it.

Large retailers have used this model for years. Companies such as Tesco, ASOS, and Zara show what becomes possible when data flows across teams, and modern platforms now make similar patterns more accessible to smaller organisations.

The Role of Data Culture

Technology vendors rarely spend enough time on this part because it cannot be sold as a licence: connected analytics depends on culture.

A connected data environment requires people to trust the data. Leaders need to make decisions based on evidence rather than instinct alone. Teams need to share data rather than protect it as local territory. Analysts need to explain findings clearly instead of hiding behind technical detail.

The organisations that do well with connected analytics are not always the ones with the most sophisticated technology. They are the ones where the CFO checks the dashboard before making a budget decision, where the product team runs an experiment before changing a feature, and where "what does the data say?" is asked because the answer will influence what happens next.

Practical Starting Points

If you are building this capability in your organisation, start with a practical sequence:

  1. Map your data estate. Understand what data exists, where it lives, who owns it, and what questions it can currently answer.
  2. Identify your most important cross-functional questions. Find the business decisions that are slow or weak because the data is disconnected.
  3. Start small but keep the wider architecture in mind. Pick one use case, connect the relevant data sources, and demonstrate value before expanding.
  4. Invest in data literacy. Tools alone will not change how decisions are made. People need to understand and trust the data.
  5. Build feedback loops. Good decision support is not one-way. Decisions generate new data, and that data should feed back into the system.

The Main Lesson

The organisations that lead will not simply be the ones that collect the most data. They will be the ones that connect it, understand it, and act on it faster than their competitors.

Connected data is a business capability, not a technical side project. Once organisations treat it that way, they spend less time arguing about which dashboard has the right number and more time making better decisions.

For analysts and data leaders, the useful question is simple: which decisions would improve first if the organisation trusted one shared view of the data?

Back to Knowledge SharingContact Syed Hussnain

Reader Comments

Add a comment with your name and email. Your email is used only for basic validation and is not shown publicly.