This project analyzes sales data for AdventureWorks, a global equipment manufacturer. The goal was to resolve data silos and enable executive leadership to track KPIs in real time. By architecting a Snowflake Schema and developing dynamic DAX measures, this solution reduced decision latency and identified key opportunities in customer segmentation and inventory optimization.
Key Impact:
- Data Architecture: Integrated 15+ tables into a unified data model.
- Strategic Insight: Demographic clustering revealed that high-income ($100k+) buyers generated 2.3x higher Average Order Value (AOV), enabling targeted marketing campaigns to reduce returns.
- Performance: Designed 4 executive dashboards to track revenue, profit margins, and return rates.
AdventureWorks faced challenges in optimizing operations due to a lack of integration across business units. The analysis focused on four critical areas:
- Sales Performance: Evaluating strategies across regions to uncover growth opportunities.
- Customer Retention: Understanding diverse purchasing patterns to improve Customer Lifetime Value.
- Product Returns: Identifying root causes of high return rates to protect profit margins.
- Inventory Management: Forecasting demand to prevent stock shortages or surpluses.
Raw data from the AdventureWorks SQL database was transformed using Power Query.
- Preprocessing: Standardized headers, parsed text delimiters, and added derived columns (e.g., Domain Name, Full Name).
- Data Model: Implemented a Snowflake Schema, connecting Fact tables (
Sales,Returns) to Dimension tables (Territory,Customer,Product). This structure enabled complex filtering across demographics and product categories.
Over 25 DAX measures were developed to support time-series analysis and dynamic aggregation.
- Time Intelligence: Created measures like
Previous Month OrdersandYTD RevenueusingCALCULATEandDATESYTD. - Rolling Metrics: Implemented
10-day Rolling Revenueto smooth daily volatility and visualize trends. - Scenario Analysis: Built dynamic parameters to simulate price adjustments and their impact on profit.
(See DAX_Measures.md for the code snippets)
Stakeholders: CEO, CFO, CMO. Insights:
- Weekly revenue peaked in Jan 2022, suggesting strong seasonal/holiday influence.
- Identified a recent dip in monthly revenue coupled with an uptick in return rates.
Insights:
- Segmentation: High-income professionals drive the majority of revenue.
- Top Customer: Mr. Maurice Shan was identified as the highest-value customer, highlighting opportunities for VIP loyalty programs.
Insights:
- Quality Control: "Sport-100 Helmets" showed high return rates, flagging potential quality issues.
- Category Trends: Accessories and Bikes dominate order volume.
The final report delivered a robust analytical platform, not just a static display. It successfully empowered the sales and marketing teams to tailor strategies based on granular customer behaviors and product performance metrics.



