Roadmaps
Data Analyst Roadmap 2026
Data analyst roles are more accessible than data science roles to break into -- this roadmap prioritizes the tools that show up in nearly every analyst job posting.
Stage 1: SQL (3-4 weeks)
- SELECT, WHERE, GROUP BY, HAVING, ORDER BY
- JOINs across multiple tables
- Window functions (RANK, LAG/LEAD) for period-over-period analysis
- Example: answer 10 real business questions ("top customers by revenue," "month-over-month growth") against a public sample database
Stage 2: Excel / Spreadsheets (2 weeks)
- Pivot tables and VLOOKUP/XLOOKUP
- Basic formulas and conditional formatting
- Example: build a pivot-table dashboard summarizing a sample sales dataset
Stage 3: A BI/Visualization Tool (2-3 weeks)
- Tableau or Power BI (pick based on your target companies -- Power BI is more common where the company is Microsoft-heavy)
- Connecting to real data sources and building interactive dashboards
- Example: rebuild the Excel dashboard from Stage 2 as an interactive Tableau/Power BI dashboard
Stage 4: Python for Analysis (3-4 weeks)
- pandas for data manipulation beyond what's practical in spreadsheets
- matplotlib/seaborn for custom visualizations
- Basic statistics -- correlation, distributions, significance testing
- Example: analyze a larger dataset (too big for comfortable Excel use) with pandas
Stage 5: Statistics and A/B Testing Fundamentals (2 weeks)
- Descriptive vs. inferential statistics
- How to correctly read and explain a p-value
- Example: design (on paper) an A/B test for a realistic product change, including sample size reasoning
Stage 6: A Portfolio Project (2-3 weeks)
- Pick a real, public dataset in a domain you're genuinely interested in
- Full analysis -- SQL/pandas for the data work, a dashboard for presentation, a written summary of findings
- Present it as if to a real stakeholder, with clear takeaways, not just charts
Frequently Asked Questions
No -- most working data analysts come from a range of backgrounds. Strong SQL skills plus the ability to translate data into clear business insight matters more to most hiring managers than a specific degree.
Both are widely used; the split often follows the company's existing tech stack (Power BI is common where Microsoft tools dominate; Tableau is common elsewhere). If you're not targeting a specific type of company, either is a reasonable choice -- the core BI concepts transfer between them.