This project provides a comprehensive sales performance analysis using SQL, Python, Power BI, and professional reporting. It demonstrates the full data analyst workflow: data cleaning, KPI creation, exploratory data analysis (EDA), A/B testing, dashboarding, and business reporting. The objective is to uncover sales trends, evaluate performance vs. targets, and provide actionable insights for better decision-making.
Sales Performance/
│
├── AB Testing/
│ └── ab_test_basic.py # A/B testing in Python
│
├── Dashboard/
│ └── Sales_Performance.pbix # Power BI dashboard
│
├── Data Sets/
│ ├── Sales_Raw.csv # Raw dataset
│ ├── Sales_Cleaned.csv # Cleaned dataset (CSV)
│ ├── Sales_Cleaned.xlsx # Cleaned dataset (Excel)
│ ├── List of Orders.csv # Orders data
│ ├── Order Details.csv # Order details
│ └── Sales_Target.csv # Sales targets
│
├── EDA Analysis/
│ └── Sales_EDA.ipynb # Jupyter notebook for EDA
│
├── SQL/
│ ├── 01_data_cleaning.sql # Cleaning scripts
│ ├── 02_data_quality.sql # Quality checks
│ ├── 03_feature_engineering.sql # Feature creation
│ ├── 05_kpi_calculations.sql # KPI monitoring
│ └── ... # Other analysis queries
│
├── T-SQL/
│ └── sales_queries_tsql.sql # SQL Server version queries
│
├── Images/
│ ├── Chart (1-15).png # Visualization charts
│
├── Reports/
│ ├── Sales_Performance_Dashboard_Report.pdf # Dashboard summary
│ └── Sales_Performance_Overall_Report.pdf # Full project report
📸 Preview: Sales Overview Regional Performance Customer Insights Category Performance
git clone https://github.com/Sohitha-01/Sales-Performance-Analysis.git
cd Sales-Performance-Analysis
Data Sets/
for raw and cleaned datasets.EDA Analysis/
for exploratory analysis./SQL
or /T-SQL
in your preferred database environment.Dashboard/Sales_Performance.pbix
in Power BI./Images/
./Reports/
for summarized business insights.AB Testing/
and run ab_test_basic.py
.The Images/
folder contains 15 charts covering:
This project demonstrates the end-to-end skillset of a data analyst:
✔️ SQL/T-SQL for ETL and KPIs
✔️ Python for EDA and A/B testing
✔️ Power BI for interactive dashboards
✔️ Business reports for stakeholder communication
Contributions are welcome! To contribute:
git checkout -b feature-name
).git commit -m "Add feature"
).git push origin feature-name
).This project is open-source and licensed. Feel free to use it for learning or portfolio purposes.