This repository contains a Power BI project developed to analyze Uber ride data. The project visualizes important KPIs such as total trips, total fare, average trip duration, distance covered, and the percentage of night trips. The goal is to extract actionable insights from raw ride data using interactive dashboards and data visualization techniques.
- To design an interactive and insightful Power BI dashboard for Uber ride data.
- To analyze and summarize key metrics such as trip counts, fare amounts, and ride durations.
- To identify ride patterns over time (daily, monthly, yearly).
- To highlight peak trip times and the percentage of night trips.
- To develop data analytics and dashboard development skills.
- Power BI β For data transformation, modeling, and dashboard creation.
- Microsoft Excel β For initial data preparation and exploration.
- DAX β Used within Power BI for custom measures and calculated columns.
- Data Sources β Uber ride dataset with fields like Trip ID, Start Time, End Time, Fare, Distance, etc.
- Fact Table: Contains transactional data like trip details (Trip ID, Time, Fare, Distance, Duration).
- Dimension Tables: Time (Date, Month, Year), Location (Pickup and Drop-off).
- Relationships: Established between time and fact tables using Power BIβs data modeling features.
- Total Trips
- Total Fare
- Average Trip Duration
- Total Distance
- Night Trips % (trips between 9 PM β 6 AM)
The dashboard is divided into multiple views:
- KPI Summary β Showcasing total trips, fare, and average duration.
- Trends View β Visualizing trips by month, day, and time.
- Night Trip Analysis β Pie chart/line graph showing night trip trends.
- Filters and Slicers β Year, Month, and Time of Day for drill-down analysis.
You can find all visual examples in the /Screenshots/
folder.
- An interactive Power BI dashboard (.pbix file).
- A well-documented GitHub repository including visuals.
- Project screenshots and architecture overview.
- Clear and summarized insights based on Uber ride data.
- Learned to structure data using fact and dimension tables.
- Gained practical experience in building KPIs and visual storytelling.
- Developed proficiency in Power BI including use of slicers, filters, and DAX measures.
- Understood real-world data analytics project flow from start to dashboard deployment.
- Integrate real-time ride data using APIs.
- Add geospatial visualizations using Power BI Map visuals.
- Include driver ratings, wait times, and cancellation analysis.
- Deploy the dashboard as a web-embedded report (Power BI Service).
You are currently viewing this on GitHub:
Uber Data Analytics Repository
Feel free to explore, fork, and contribute!
This project was created as part of a data analytics internship. Special thanks to the mentors and the platform for guiding me through the learning process.
π© For any suggestions or collaborations, feel free to reach out via GitHub or email.