This project uses the Northwind SQL Server sample database to explore retail sales and inventory performance. I wrote SQL queries to analyze key business metrics, created reusable database views for common KPIs, and prepared the results for visualization in Power BI. View dashboard here:
- Practice SQL Server for real-world analytics
- Analyze retail sales, inventory, and customer behavior
- Create reusable database views for KPIs
- Export results to Power BI for dashboarding
- Microsoft SQL Server & SSMS
- T-SQL (queries, joins, views, aggregations)
- Power BI (for visualization)
- Top Customers β total sales revenue and units sold for customers
- Top Products and Categories β using both revenue and units sold as metrics to rank top products and categories
- Stock vs. Sales Ratio β inventory compared to demand, per category
- Sales over time β how has sales changed over the three year time period
- Cleaned KPI views in SQL Server
- Exported results for reporting
- Interactive dashboard
- Install SQL Server + SSMS
- Import the Northwind Database
- Run the SQL scripts to create views
- Query the views or connect them to Power BI/Excel for visualization