datarekha

What Business Analytics Is

Dashboards don't make decisions — people do. Business analytics is the craft of turning numbers into a decision someone can act on, and it's mostly not machine learning.

6 min read Beginner Business Analytics Lesson 1 of 21

What you'll learn

  • What business analytics actually is: turning data into decisions and action
  • The analyst's loop — question, data, insight, decision, action, outcome
  • How business analytics differs from data science (and why most of it isn't ML)
  • The 'so what?' test that separates a real insight from a number

That question is the heartbeat of business analytics. Not “how do we make the chart prettier?” but “why did this happen, how bad is it, and what should we change?”

What business analytics actually is

Business analytics (BA) is the practice of using data to make better business decisions. Read that slowly: the output is a decision or recommendation, not a chart, not a model, not a report. The chart is a tool. The decision is the point.

This sounds obvious, but it’s where most beginners go wrong — and we’ll come back to it.

BA sits at the centre of every modern company. Marketing teams use it to decide where to spend the next dollar of ad budget. Finance uses it to forecast (predict future revenue based on past trends) whether the company will hit its quarterly targets. Product teams use it to choose which feature to build next. Operations teams use it to cut costs without hurting customers.

The common thread: a team has a question, data exists, and an analyst’s job is to bridge them into an answer they can act on.

The analyst’s loop

Business analytics isn’t a one-shot task — it’s a cycle. Here is the loop, followed by the 12%-signup example walked through each step.

QuestionDataAnalysisInsight← the pivotDecision← the goalActionOutcome→ next question
The analyst’s loop. The Insight → Decision step (highlighted) is the point of the whole cycle.

Walking the 12% signup drop through the loop:

  1. Question — “Signups fell 12% this week. Why, and what should we change?”
  2. Data — Pull signup counts by day, device type, traffic source, and the product changelog for that week.
  3. Analysis — You notice mobile signups dropped 30% while desktop signups were flat. The only change that week: the team shipped a redesigned mobile signup screen on Tuesday.
  4. Insight — The new mobile signup screen is causing users to abandon. Mobile signups fell 30% after Tuesday’s release, costing roughly 900 sign-ups in five days at the current run rate.
  5. Decision — Roll back the new signup screen while engineering investigates the friction.
  6. Action — Engineering rolls back; product schedules a usability session.
  7. Outcome — Mobile signups recover to baseline within two days, and the team identifies a specific field causing drop-off. This raises the next Question: “Which field is killing conversions, and how do we redesign it?”

Notice how the loop feeds itself. Analytics is not a project with an end — it’s a continuous practice.

What counts as an insight?

An insight is a finding that changes what someone decides or does. That is the whole definition. A number by itself is not an insight. An observation is not an insight. An insight is actionable.

The test is simple: after stating any finding, ask “so what would we do differently?” If the honest answer is “nothing changes,” you have a number, not an insight — yet.

FindingSo what?Is it an insight?
”Signups fell 12% this week.”Unclear — we’d still want to know why before acting.Not yet.
”Mobile signups fell 30% after Tuesday’s app update.”Roll back the update while we investigate.Yes.
”Our signup-to-paid conversion rate is 4.2%.”We don’t know if that’s good or bad; no action is obvious.Not yet.
”Our signup-to-paid rate is 4.2%, half the 8.1% industry benchmark (average for similar SaaS companies).”Prioritise conversion optimisation this quarter.Yes.

The “so what?” test is the single most useful habit an analyst can build. Apply it to every number before presenting it.

Analyst B gave the insight. The traffic number alone suggests nothing to act on. The conversion rate comparison, cost comparison, and the recommendation tied them together into something the VP can decide on today.

Business analytics vs data science

People often conflate these two disciplines (fields of work). They overlap, but they are not the same.

Business analytics (BA) starts with a business question and works backward to the data. The tools are SQL (a language for querying databases), spreadsheets, basic statistics, and dashboards. The output is a decision or a recommendation. Machine learning (ML) — the use of algorithms that learn patterns from data to make predictions — is usually not needed. Most BA work is descriptive (“what happened?”) and diagnostic (“why did it happen?”).

Data science (DS) leans more heavily on predictive and prescriptive methods. A data scientist might build a churn model (a statistical model that predicts which customers are likely to cancel) or a recommendation engine. ML is central to the role.

Think of it as a spectrum:

  • “Why did signups fall?” — BA question. Answered with SQL, pivot tables, and a short presentation.
  • “Which users are most likely to churn in the next 30 days?” — DS question. Answered with a trained ML model.

The overlap is real: a senior analyst might use light ML; a data scientist still needs to understand the business question. But if you are new to the field, BA is the faster on-ramp, and it drives the majority of day-to-day decisions inside most companies.

Where analysts work

Business analysts embed inside teams that make decisions with data. Common homes:

  • Marketing — campaign performance (return on spend, the revenue generated per dollar of advertising), customer acquisition cost, conversion funnels (the step-by-step path from visitor to paying customer).
  • Finance — budgeting, forecasting, unit economics (the revenue and cost per single customer or transaction).
  • Product — feature adoption, retention (the share of users who return after their first session), A/B test results.
  • Operations — logistics efficiency, customer support volume, cost per transaction.

The questions differ; the loop is the same.

Quick check

0/3
Q1A dashboard shows that average order value (the average amount spent per transaction) rose from $48 to $54 this quarter. Your manager asks: 'Is this an insight?' Which response is most accurate?
Q2Which step in the analyst's loop is the primary output that business analytics is designed to produce?
Q3Transfer question: A retailer notices that its in-store foot traffic (the number of customers who physically enter a store) dropped 22% on Saturdays over the past month. An analyst presents this finding. Which next step best demonstrates the analyst's loop in action?

Next

Up next: the four types of analytics — descriptive, diagnostic, predictive, and prescriptive — and how they map to the decisions a business makes every day.

Practice this in an interview

All questions
How do you structure a data story so it drives a decision rather than just presenting findings?

A data story has three components: a clear narrative arc (situation, complication, resolution), charts that each advance one argument rather than display all available data, and deliberate attention direction through annotation, color emphasis, and sequencing. The goal is that a viewer reading only the titles and callouts should understand the conclusion without reading every axis.

What is the difference between OLTP and OLAP systems, and why can't you run analytics on your production database?

OLTP (Online Transaction Processing) systems handle high-throughput, low-latency reads and writes for individual records — think order placement, user authentication. OLAP (Online Analytical Processing) systems handle complex aggregations over millions of rows for business intelligence. Running heavy analytics directly on an OLTP database locks rows, competes for I/O, and slows application queries that customers feel.

What are the core principles of effective dashboard design?

An effective dashboard places the most critical metric in the top-left, groups related charts into logical sections, uses consistent scales and color across panels, limits the view to 5–9 metrics per screen, and is designed around a single primary question rather than trying to surface everything at once.

Why did you choose data science (or this data role), and what keeps you motivated in it?

This question is about self-awareness and genuine fit — not a test of enthusiasm. The best answers trace a specific intellectual or professional turning point, connect it to what you find durable about the work, and tie it forward to why this role and company in particular appeal to you.

Sign in to track your progress

Completed lessons, your XP, level, and streak save to your account — it's free and takes a few seconds.

Explore further

Related lessons

Skip to content