Repository: azure-data-analyst-portfolio
A practical, job-focused portfolio showcasing data analysis skills using Microsoft Azure, Power BI, SQL, and Python.
This portfolio demonstrates my ability to:
- Collect, clean, and model data
- Write clear, efficient SQL for analysis
- Build Power BI dashboards with meaningful KPIs
- Communicate insights in a business-friendly way
- Apply Azure fundamentals to modern analytics workflows
- Power BI: Data modeling, DAX, measures, interactive dashboards
- SQL: Joins, aggregations, window functions, KPI queries
- Python: Pandas-based analysis, cleaning, EDA, visualisation
- Azure: Data fundamentals and cloud-ready analytics concepts
- Reporting: KPI definition, stakeholder-ready summaries
- DP-900 β Microsoft Azure Data Fundamentals (targeted)
- PL-300 β Microsoft Power BI Data Analyst Associate (targeted)
- DP-203 β Microsoft Azure Data Engineer Associate (future)
- DP-100 β Microsoft Azure Data Scientist Associate (future)
Note: This repository is structured to grow from Data Analyst β Analytics Engineer β Data/ML roles over time.
azure-data-analyst-portfolio/
β
βββ 00_README_ASSETS/ # Images used in README (dashboards, diagrams)
βββ 01_PowerBI_Dashboards/ # Power BI projects (PBIX + screenshots)
βββ 02_SQL_Analysis/ # SQL queries & analysis tasks
βββ 03_Python_Analysis/ # Jupyter notebooks for EDA & cleaning
βββ 04_Azure_Data_Samples/ # Azure-flavoured demos (optional)
βββ 05_Reports/ # PDF/MD executive-style summaries
βββ datasets/ # Public or synthetic datasets (where allowed)
azure-data-analyst-portfolio/
β
βββ README.md
β
βββ datasets/
β βββ README.md
β βββ sample_datasets/
β
βββ 01_powerbi_dashboards/
β βββ README.md
β βββ sales_performance_dashboard/
β β βββ sales_dashboard.pbix
β β βββ screenshots/
β β βββ overview.png
β β βββ kpis.png
β βββ customer_insights_dashboard/
β
βββ 02_sql_analysis/
β βββ README.md
β βββ sales_analysis.sql
β βββ customer_retention.sql
β βββ README_queries.md
β
βββ 03_python_analysis/
β βββ README.md
β βββ eda_sales.ipynb
β βββ data_cleaning.ipynb
β βββ utils/
β
βββ 04_azure_data_projects/
β βββ README.md
β βββ azure_sql_to_powerbi/
β β βββ architecture.png
β β βββ setup_notes.md
β
βββ 05_reports/
β βββ README.md
β βββ executive_summary.md
β βββ sales_insights_report.pdf
β
βββ .gitignore
Location: 01_PowerBI_Dashboards/
What it shows:
- Data modeling (star schema where applicable)
- Key measures (DAX): revenue, trends, YoY/MoM, segmentation
- Clean visual storytelling + drill-down navigation
Deliverables:
.pbixfile- Dashboard screenshots
- 1-page insight summary (Markdown/PDF)
Location: 02_SQL_Analysis/
What it shows:
- Querying for insights: sales, retention, churn, cohorts
- Intermediate SQL: joins, CTEs, window functions
- Clean query formatting and documentation
Deliverables:
.sqlscripts- Query outputs (sample tables)
- Short insight notes
Location: 03_Python_Analysis/
What it shows:
- Reproducible analysis in notebooks
- Cleaning pipelines (missing values, duplicates, outliers)
- EDA charts and insights using Pandas + Matplotlib
Deliverables:
.ipynbnotebooks- Exported figures
- Summary of findings
Location: 04_Azure_Data_Samples/
Examples of Azure-based workflows (as I build them):
- Azure Storage (Blob) β Power BI
- Azure SQL Database β Power BI
- Basic pipeline concepts aligned with DP-900 / DP-203
This section focuses on simple, realistic, junior-friendly Azure scenarios.
- Start with Power BI dashboards:
01_PowerBI_Dashboards/ - Review SQL scripts:
02_SQL_Analysis/ - Explore Python notebooks:
03_Python_Analysis/ - Read executive-style summaries:
05_Reports/
- Power BI Desktop
- SQL (Azure SQL / PostgreSQL / SQL Server syntax depending on project)
- Python (Pandas, NumPy, Matplotlib)
- Git / GitHub
- Azure concepts (AZ-900 / DP-900 aligned)
- A complete Power BI project with dataset + DAX measures + report narrative
- A SQL mini-pack with 10 business questions + clean solutions
- A Python EDA pack with a reusable cleaning template
- A simple Azure SQL β Power BI pipeline demo
- Datasets are either public, open-license, or synthetic.
- If a dataset has licensing restrictions, I will include:
- Source link
- Licensing note
- Instructions to download independently
If youβre a recruiter or hiring manager and would like:
- a quick walkthrough of a project,
- a Power BI demo,
- or a summary of how I built a dashboard end-to-end,
feel free to reach out via GitHub.
Last updated: January 2026
Built and maintained by Georgios Giannakopoulos.
Inspired by open knowledge engineering and long-term documentation practices.
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 (CC BY-NC 4.0).