Adventure Works Sales Performance Analysis

Home // Β AI-Powered Data Analysis

πŸ“‚ Table of Content

πŸ“‹ Project Overview​

This project focuses on transforming raw transactional data into meaningful insights using Microsoft Excel. Power Query is used to clean and shape the data, dynamic relationships are built with Power Pivot, and DAX formulas are applied to create powerful, custom calculations. Advanced Excel functions enhance the analysis with logical depth. All these elements are brought together through clear, engaging visuals that tell a compelling data-driven story.

πŸ“ŒWorkflow:

  • Power Query Magic β€” Import, clean, and shape data effortlessly for analysis readiness.
  • Power Pivot Relationships β€” Build data model connections for dynamic, integrated reporting.
  • DAX Formulas β€” Create powerful calculations and time-based measures for deeper insights.
  • Excel Functions β€” Apply advanced functions to add logic and flexibility to your reports.
  • Visual Storytelling β€” Design clear, interactive visuals that convey data-driven narratives.
πŸ“ŒTool Used:
  • Microsoft Excel
  • Power Query
  • Power Pivot

πŸ“Š Summary of the Dataset

Hotel Bookings Dataset (hotel_bookings)

  • Total Records: 119,390
  • Total Columns: 32

Key Columns:

  • hotel β€” Type of hotel (Resort or City)
  • is_canceled β€” Booking cancellation indicator
  • lead_time β€” Days between booking and arrival
  • arrival_date_year β€” Arrival year
  • arrival_date_month β€” Arrival month
  • arrival_date_week_number β€” Week number
  • arrival_date_day_of_month β€” Day of arrival
  • stays_in_weekend_nights β€” Weekend nights stayed
  • stays_in_week_nights β€” Weekday nights stayed
  • adults β€” Number of adults
  • children β€” Number of children
  • babies β€” Number of babies
  • meal β€” Meal plan
  • country β€” Guest country of origin
  • market_segment β€” Booking source category
  • distribution_channel β€” Booking channel
  • is_repeated_guest β€” Repeated guest flag
  • previous_cancellations β€” Past cancellations
  • previous_bookings_not_canceled β€” Completed past bookings
  • reserved_room_type β€” Reserved room category
  • assigned_room_type β€” Assigned room category
  • booking_changes β€” Number of booking changes
  • deposit_type β€” Deposit type
  • agent β€” Travel agent ID
  • company β€” Company ID
  • days_in_waiting_list β€” Waiting list days
  • customer_type β€” Customer classification
  • adr β€” Average daily rate
  • required_car_parking_spaces β€” Car parking spaces requested
  • total_of_special_requests β€” Special requests count
  • reservation_status β€” Final reservation status
  • reservation_status_date β€” Status date

πŸ” Scope

This analysis focuses on the following key objectives:

  • Compare year-over-year KPI performance across Revenue, Profit, COGS, and Transaction metrics.
  • Identify above-average yearly performance and highlight standout periods.
  • Analyze monthly profit trends to detect seasonal patterns and business peaks.
  • Assess profit variations by different week types (weekday vs. weekend).
  • Conduct quarterly profit analysis for strategic long-term assessment.
  • Examine profit distribution by weekdays to uncover daily operational patterns.

🎨 Workflow