How to Structure an Analytics Case Before Touching Data
The fastest way to look analytical is not to ask for the dataset. It is to pause, draw the problem on a blank page, and make everyone agree what decision the analysis must improve.
The common misconception is that analytics begins with data. In strong teams, analytics begins with a sharper question.
- Start with the decision - not the dashboard, not the model, not the dataset.
- Translate the business problem into one North Star metric and 3-5 diagnostic metrics.
- Build a MECE issue tree: non-overlapping drivers that collectively explain the problem.
- State 2-4 hypotheses before analysis, so your data work has direction.
- Define the grain, time period, segments and exclusions before requesting data.
- Separate descriptive questions from diagnostic, predictive and prescriptive questions.
- The biggest trap: jumping into EDA and returning observations that do not change a business decision.
The Big Picture
An analytics case is a loop, not a straight line. You frame the decision, convert it into measurable drivers, test hypotheses with data, and then translate the answer back into action.
Core Explanation: The 6-Step Structure Before Data
Before touching data, your job is to reduce ambiguity. The case may sound like “sales are falling”, “churn is rising”, “payment failures are up” or “delivery times are worsening”. Your first move is to convert that vague symptom into a structured analytical problem.
The strongest candidates speak in this order: decision - metric - drivers - hypotheses - data - action. Weak candidates reverse it: data - charts - observations - maybe a conclusion.
Turn a Vague Problem Into an Issue Tree
An issue tree forces discipline. If the business problem is “revenue dropped”, do not immediately ask for all transaction data. First decompose revenue into drivers that can be tested separately.
Metrics to Lock Before You Pull Data
Metrics are not decorative. They decide what counts as success, which cuts matter, and whether your recommendation is credible.
Notice the phrase “comparable baseline”. In analytics cases, a metric is rarely good or bad in isolation. It is good or bad versus last week, last year, target, cohort, city, channel, device, product category or competitor benchmark.
A Small Worked Example: Revenue Drop Before SQL
Suppose an e-commerce category manager says revenue fell this week. Before asking for raw order-level data, structure the metric:
Revenue = Visitors x Conversion Rate x Average Order Value
The first insight appears before deep analysis: traffic rose, but conversion and average order value fell. So the next hypotheses should focus on lower-quality traffic, pricing changes, out-of-stock products, checkout friction or discount mix - not “traffic decline”.
The Pre-Data Checklist
Use this checklist before any SQL query, Excel pivot or Python notebook.
Prioritize Hypotheses Before Analysis
You cannot test everything first. After building the issue tree, rank hypotheses by expected business impact and feasibility of evidence. This is how you avoid drowning in nice-to-know analysis.
Definitions You Can Say in One Breath
- Analytics case: A business problem solved using structured reasoning, relevant data and decision-oriented recommendations.
- MECE: Categories are mutually exclusive, collectively exhaustive - no overlap, no gaps.
- North Star metric: The single outcome metric that best represents whether the business objective is being achieved.
- Hypothesis: A testable explanation for why the metric moved or how it can be improved.
- Data grain: The level of detail in the dataset, such as user, session, transaction, SKU or day.
- Baseline: The comparison point used to judge movement, such as last week, pre-launch period, target or control group.
Case Study: Razorpay and the Payment Success-Rate Problem
Razorpay shows why fintech analytics must structure failures across merchants, banks, payment methods, risk rules and customer behaviour before examining transaction logs.

For a payment company, “success rate dropped” is a dangerous vague statement. A failed payment could be caused by the customer, merchant integration, payment instrument, issuing bank, UPI ecosystem availability, fraud checks, network latency or checkout design.
The primary driver of a strong answer is the structured failure tree: divide the payment journey into clean stages and isolate where the drop occurs. Supporting drivers include method-wise segmentation such as UPI, cards and net banking; bank or issuer-level cuts; merchant category cuts; device and app-version cuts; and time-of-day or outage checks. In India, this matters because payment flows often involve multiple ecosystem participants, including banks, card networks, UPI apps and NPCI-managed rails for UPI.
The lesson is simple: if you start with raw logs, you may find hundreds of failure codes. If you start with structure, you know which failure codes matter for the business decision.
How AI Changes Structuring an Analytics Case Before Touching Data
AI does not remove the need for structure. It makes structure more important because bad prompts produce confident but messy analysis.
- AI accelerates hypothesis generation. You can ask an LLM to list possible drivers of churn, conversion drop or payment failure, then manually convert them into a MECE issue tree.
- AI helps map available data. Tools can summarize data dictionaries, event taxonomies and dashboard definitions so you understand grain, joins and metric definitions faster.
- AI changes EDA from manual exploration to guided exploration. Natural-language BI and notebook copilots can generate SQL or charts quickly, but you still must define the metric, baseline and causal logic.
Load the company overview, annual report extracts and product notes into NotebookLM. Ask: “Create a MECE issue tree for why this company’s conversion rate may fall, list clarifying questions, and suggest the minimum data fields needed.” Then use ChatGPT to stress-test the tree for overlaps and missing drivers.
Be careful: AI can hallucinate metrics, invent benchmarks or assume causal relationships. Treat it as a structuring assistant, not as the source of truth.
Interview Relevance
“Suppose an app’s monthly active users are stable, but paid conversions have dropped by 20%. How would you structure the analysis before looking at data?”
Use the phrase: “Before analysis, I would align on the decision, metric definition, comparison baseline and segmentation, otherwise we may solve the wrong problem.” It sounds senior because it is how real analytics teams work.
Common Mistake
The most common mistake is jumping into exploratory analysis without defining the business decision. It costs candidates because they produce scattered observations instead of a decision-ready answer. The fix: always start with “What action will this analysis change?” and then build the metric tree.
What to Revise Next
Once you can structure the analytics case, sharpen the thinking tools that make your structure interview-grade.