

In my BA work, I’m increasingly doing data analysis that previously required dedicated data analysts. The combination of accessible AI tools, mature self-service BI platforms, and growing business demand for evidence-based decisions means I now answer questions like “what is the conversion rate by segment last quarter?” without filing tickets to a data team. In my view this is good for BAs - more agency, more strategic value, faster decision cycles. It is also a skill area where I see most BAs have meaningful gaps.
I wrote this guide for BAs who want to expand their data analysis capabilities with AI without becoming full-time data analysts.
BA data analysis typically falls in these categories:
Most BA data work is descriptive and diagnostic. Advanced statistical or predictive work usually goes to dedicated data analysts.
AI tools generate SQL from natural language:
A useful prompt:
“I have a database with these tables: [paste schema]. Write SQL to answer: ‘What is the conversion rate from sign-up to first import, segmented by acquisition source, for users who signed up in Q1 2026?’”
The BA reads the SQL, understands what it does, runs it, and validates the output. AI handles the syntax; the BA owns the question and the interpretation.
Strong BAs build SQL fluency over time. AI accelerates but does not replace this. Reading SQL is a fundamental BA skill in 2026.
Excel with AI (Copilot, ChatGPT) handles:
A useful prompt:
“I have a column of customer signup dates and a column of first purchase dates. Write the Excel formula to compute the median time-to-purchase, excluding outliers more than 2 standard deviations from the mean.”
The BA validates the formula and uses it. Excel remains the most-used analysis tool by BAs in 2026.
Self-service BI platforms with AI:
For most BAs, Hex provides the broadest capability for ad-hoc analysis. For BAs in companies already on Tableau or Power BI, those tools’ AI features suffice.
Strong data analysis starts with a clear question. AI cannot rescue unclear questions. Patterns:
A useful prompt:
“I want to understand whether the new pricing model is working. What 5-7 specific data questions would I need to answer to address this? For each: question, data sources, expected analysis.”
The BA refines the questions before doing the analysis.
Conversion rate analysis: numerator / denominator with appropriate segmentation.
Cohort retention: cohort by signup month, retention curve.
Funnel analysis: stages with drop-off rates.
Segmentation: defining and comparing segments.
Trend analysis: metric over time with seasonality.
A/B test reading: control vs treatment with statistical significance.
For each pattern, AI generates the SQL or BI query. The BA validates and interprets.
| Tool | Use case |
| Hex | Notebook-style ad-hoc analysis |
| Mode | Stronger SQL, BI features |
| Tableau Pulse | AI on existing Tableau |
| Power BI Copilot | Microsoft stack |
| Excel with Copilot | Day-to-day Excel work |
| ChatGPT / Claude with data tools | One-off file analysis |
| Mixpanel AI Insights | Product analytics specifically |
For most BAs, Hex plus Excel with Copilot covers most needs.
Days 1-15: SQL fluency. Use AI to generate SQL, then read and understand each query. Build pattern recognition.
Days 16-30: BI tool fluency. Pick one (Hex or your company’s tool). Build 5 dashboards.
Days 31-45: statistical literacy basics. Mean, median, percentiles, standard deviation, statistical significance.
Days 46-60: question framing. Practise turning vague questions into specific data questions.
By day 60, the BA can answer most BA-level data questions independently.
These are the failure modes I see most often when BAs lean on AI for data analysis. What I tell BAs starting out: the first two on this list account for most of the bad analyses I’ve reviewed.
A working knowledge of:
These concepts let BAs read AI-generated analyses critically rather than accepting them blindly.
Maintain a personal library of:
This library compounds across years. After 24 months, most BA-level analysis questions can be answered in under an hour.
Logan Hutchinson has 25+ years of experience leading AI innovation at Cruise, Motorola, Siemens, and Drift, building Level 5 autonomous systems, enterprise AI platforms, and breakthrough healthcare automation products at scale.
QUICK FACTS
Reading SQL: yes. Writing complex SQL: AI helps; deep mastery is for data analysts.