SQL and Power BI analysis of shipment lead times, delay rates, inventory days, and SKU performance for a retail logistics context.
This project demonstrates SQL skills using a simulated logistics and inventory dataset. It includes table creation, feature engineering, aggregations, joins, and window functions.
- CREATE TABLE
- Data import
- ALTER TABLE
- DATEDIFF and CASE logic
- LEFT JOIN with SKU master
- Monthly delay rate aggregation
- ROW_NUMBER ranking
- Moving average window function
/data — CSV datasets
/sql — SQL scripts
/powerbi — dashboard visualization
MySQL Workbench (MySQL 8) Power BI
- Monthly delay rate
- Worst delayed orders
- Delay by region & shipping mode