A structured plan for your first 90 days in a new data analyst role. Adapt the specifics to your company, but follow the phases: Learn → Contribute → Lead.
Primary goal: Understand the business, the data, and the people. Resist the urge to "prove yourself" — invest in learning first.
Discuss:
Primary goal: Deliver independent value. Take ownership of projects with increasing scope.
Discuss:
Primary goal: Operate independently, proactively identify valuable work, and begin building your reputation as the domain expert.
Write a one-page summary for your manager:
1. What I've learned — Key business and data insights from my first 90 days
2. What I've delivered — Concrete outputs and their impact
3. What I see as opportunities — 2-3 high-value analytical projects for the next quarter
4. What I need — Tools, training, access, or support to maximize my impact
5. My goals for Q2 — Specific, measurable objectives for the next 90 days
1. Document everything in the first month. You'll have "fresh eyes" that see things veterans are blind to. Write it down before you normalize it.
2. Under-promise, over-deliver on timeline. When asked "when can you have this?" add 30% buffer. Delivering early builds trust; delivering late erodes it.
3. Don't critique the existing work in your first month. Even if you see problems, earn trust before suggesting changes. "I noticed X — what's the history there?" is better than "X is broken."
4. Find a buddy — not your manager, but a peer who can answer the "dumb questions" you're embarrassed to ask leadership.
5. Track your wins. Keep a running document of things you delivered and their impact. You'll need this for performance reviews, raises, and resume updates.
15 project ideas organized by difficulty level. Each includes a description, the skills it demonstrates, and how to make it stand out in a portfolio.
What you'll do: Take a public e-commerce or retail dataset, segment customers by behavior (RFM analysis: Recency, Frequency, Monetary), and recommend marketing strategies for each segment.
Skills demonstrated: SQL/Python data manipulation, descriptive statistics, business thinking, visualization, written communication.
How to stand out: Don't just identify segments — recommend specific actions for each and estimate the revenue impact. "High-value at-risk customers (segment 3) represent $X in annual revenue. A retention campaign targeting this group could prevent $Y in churn."
Public datasets to use: Online Retail Dataset (UCI ML Repository), Instacart Market Basket Analysis dataset.
What you'll do: Build an interactive dashboard tracking sales KPIs across regions, products, and time periods. Include drill-down capability and highlight anomalies.
Skills demonstrated: BI tool proficiency (Tableau/Power BI/Looker), metric design, visual design, attention to detail.
How to stand out: Add a "so what" page that tells a story about the data — not just raw metrics but actionable insights. Include a written executive summary alongside the dashboard.
What you'll do: Take an A/B test dataset, validate the experimental setup, calculate statistical significance, and make a recommendation.
Skills demonstrated: Statistics, hypothesis testing, sample size calculations, understanding of experimental design, clear communication of uncertainty.
How to stand out: Go beyond just the p-value. Calculate the business impact (revenue, conversion), discuss practical vs. statistical significance, note any risks or caveats, and state a clear recommendation.
What you'll do: Build a model predicting which customers are likely to churn in the next 30 days, then recommend interventions based on the risk factors identified.
Skills demonstrated: Predictive modeling, feature engineering, classification metrics (precision/recall trade-offs), business-centric evaluation, stakeholder communication.
How to stand out: Don't just build a model — simulate the business impact. "If we intervene on the top 100 at-risk customers and retain 20% of them, we save $X in annual revenue. The cost of outreach is $Y, yielding a 5:1 ROI on the retention campaign."
What you'll do: Analyze how price changes affect demand using historical transaction data. Model price elasticity for different products or customer segments.
Skills demonstrated: Regression analysis, elasticity estimation, business strategy, revenue optimization thinking.
How to stand out: Provide specific pricing recommendations with expected revenue impact. Show the revenue-maximizing price point and the customer-volume trade-off.
What you'll do: Map a complete conversion funnel (awareness → interest → trial → purchase), identify the biggest drop-off points, and recommend specific improvements.
Skills demonstrated: Funnel metrics, cohort analysis, identifying bottlenecks, experimental thinking, prioritization.
How to stand out: Quantify the opportunity at each funnel stage. "Improving checkout completion from 45% to 55% would generate 200 additional purchases per month ($30K revenue). Here are three hypotheses for why users drop off at this stage."
What you'll do: Analyze transaction data to find product associations (what's bought together), then recommend cross-sell strategies and product placement.
Skills demonstrated: Association rules, pattern mining, business strategy, translating analytical findings into merchandising actions.
How to stand out: Calculate the revenue uplift potential. "Recommending Product B on Product A's page would show to 5,000 customers/month. At the observed co-purchase rate of 12%, that's 600 additional purchases × $25 = $15K/month."
What you'll do: Measure the true causal effect of a business intervention (marketing campaign, feature launch, policy change) using quasi-experimental methods when a true A/B test wasn't run.
Skills demonstrated: Causal inference, difference-in-differences, synthetic control, interrupted time series, understanding of selection bias and confounders.
How to stand out: Explicitly address threats to causal validity. Discuss what could bias the estimate and how you've mitigated it. Show sensitivity analysis under different assumptions.
What you'll do: Build a probabilistic LTV model (BG/NBD + Gamma-Gamma or similar) that predicts future customer value based on observed transaction history.
Skills demonstrated: Advanced statistics, probabilistic modeling, business metric design, long-term thinking, model validation.
How to stand out: Validate the model against actual outcomes (hold-out set), segment customers by predicted LTV, and recommend differentiated treatment strategies by segment.
What you'll do: Build a time-series forecasting system for monthly revenue that accounts for seasonality, trend, and business events. Include confidence intervals and automatic anomaly detection.
Skills demonstrated: Time-series analysis, forecasting methods, uncertainty quantification, system design thinking.
How to stand out: Compare multiple forecasting approaches (ARIMA, exponential smoothing, prophet-like decomposition), explain why you chose one, and show how the forecast improves decision-making (budget planning, hiring, inventory).
What you'll do: Build an attribution model that distributes credit for conversions across multiple marketing touchpoints, going beyond last-click attribution.
Skills demonstrated: Marketing analytics, Markov chains or Shapley values, business impact analysis, communicating complex methods simply.
How to stand out: Show how the attribution model changes budget allocation recommendations vs. naive last-click. "Under multi-touch attribution, content marketing deserves 3x more credit than last-click suggests — reallocating $50K from paid search to content would yield higher ROI."
What you'll do: Design (and optionally implement) the statistical framework for an A/B testing program — including sample size calculations, guardrail metrics, early stopping rules, and a decision framework.
Skills demonstrated: Experimental design, statistical power, multiple testing corrections, sequential analysis, system design.
How to stand out: Address real-world complications: What about non-independent observations? How do you handle network effects? What's the minimum detectable effect that's worth testing for given business economics?
What you'll do: For a real or hypothetical product, define the complete measurement strategy: North Star metric, supporting metrics, metric tree decomposition, alert thresholds, and dashboard design.
Skills demonstrated: Strategic thinking, metric design, framework creation, executive communication.
How to stand out: Explain not just what to measure but what NOT to measure and why. Discuss how the metrics change behavior (Goodhart's Law risks) and how you'd detect gaming.
What you'll do: Design a comprehensive data quality monitoring system: define dimensions of quality (completeness, accuracy, freshness, consistency), build automated checks, and create an alerting/escalation process.
Skills demonstrated: Data engineering awareness, quality thinking, system design, operational excellence.
How to stand out: Quantify the cost of data quality issues. "In the last quarter, data freshness issues caused 3 incorrect business decisions with an estimated impact of $200K. This framework would have detected those issues within 2 hours instead of 3 days."
What you'll do: Design how an analytics team should operate: intake process for requests, prioritization framework, stakeholder communication cadence, documentation standards, and quality assurance process.
Skills demonstrated: Leadership thinking, process design, stakeholder management, scalability thinking.
How to stand out: Base it on real problems. "Analytics teams face [these specific challenges]. This operating model addresses each one through [specific mechanism]. Expected improvement: 30% faster turnaround on requests, 50% reduction in rework."
Get the full Data Analyst Career Guide and unlock everything.
Get the complete guide with every chapter unlocked, including code samples, diagrams, and best practices.
Access all interactive tools with complete data, all workload profiles, and the full scenario library.
Downloadable source code, configuration files, and working examples from every chapter.
Free updates for life. Every new chapter, tool, and improvement included.