This project focuses on building an interactive and insightful dashboard for the hospitality domain using Power BI. The dashboard provides actionable insights into key metrics such as occupancy rates, revenue per available room (RevPAR), and booking trends, enabling stakeholders to make informed decisions.
- Integration of data from five key tables:
- dim_date: Date dimensions for temporal analysis.
- dim_hotels: Hotel-related details like location and category.
- dim_rooms: Room-related details including type and capacity.
- fact_bookings: Detailed booking records.
- fact_aggregated_bookings: Pre-aggregated booking metrics for efficiency.
- Custom measures for advanced analytics (e.g., occupancy rate, revenue).
- Visualizations such as:
- Bar charts for booking platform trends.
- Line charts for revenue,Average daily Revenue,Revenue Per Available Room, occupancy rates over time.
- Pie chart for hotel category.
- Tables for detailed trends.
├── Hospitality Domain # Contains CSV files
├── hospitality domain.pbix # Power BI dashboard file
└── README.md # Project README file
- Power BI: For data visualization and dashboard creation.
- Data Modeling: Star schema with dimension and fact tables.
-
Data Preparation:
- Ensure the five tables (dim_date, dim_hotels, dim_rooms, fact_bookings, fact_aggregated_bookings) are loaded into a database or file format compatible with Power BI.
- Clean and preprocess data as required.
-
Power BI Configuration:
- Import the data into Power BI.
- Establish relationships between tables (star schema).
-
Dashboard Development:
- Create visualizations for key metrics.
- Add custom measures using DAX (Data Analysis Expressions) for advanced analytics.
-
Publishing and Sharing:
- Publish the dashboard to Power BI Service.

