This project is a Sports Performance Dashboard built in Power BI to analyze NBA player and team performance using wearable device data and game statistics. The dashboard is divided into three main pages:
- Player Performance β Radar charts and performance metrics for individual players.
- Team Strategy β Aggregated team insights, shooting trends, and contributions.
- Predictive Insights β Data-driven projections and advanced analytics.
-
Wearable Device Metrics
- Heart Rate
- Speed
- Distance
- Acceleration
-
Game Statistics
- Shots Made & Attempted
- Shooting Accuracy
- Total Points
-
Visualizations
- Radar Charts for player performance profiles
- Bar & Line Graphs for team strategies and trends
- Predictive Models (using DAX & Power BI forecasting)
-
Data Collection Synthetic NBA player dataset generated with columns:
Player, Team, Date, HeartRate, Speed, Distance, Acceleration, Shots Made, Shots Attempted, Points
. -
Data Transformation
-
Data cleaned and reshaped in Power Query.
-
Calculated Columns & Measures created using DAX:
- Shooting Accuracy =
DIVIDE([Shots Made], [Shots Attempted], 0)
- Total Team Points =
SUM(Points)
- Player Contribution % =
DIVIDE([Player Points], [Team Total Points], 0)
- Shooting Accuracy =
-
-
Dashboard Pages
- Page 1: Player Performance β Radar charts & player KPIs.
- Page 2: Team Strategy β Aggregated metrics, team strengths, shooting trends.
- Page 3: Predictive Insights β Forecasting & projections using Power BI.
-
Clone this repository.
-
Open the
.pbix
file in Power BI Desktop. -
Explore the dashboard pages:
- Player Performance
- Team Strategy
- Predictive Insights
π Sports-Performance-Dashboard
β£ π Sports_Performance_Dataset.xlsx # Sample dataset
β£ π Sports_Performance_Dashboard.pbix # Power BI report
β£ π images/ # Dashboard screenshots
β β£ player_performance.png
β β£ team_strategy.png
β β predictive_insights.png
β£ π README.md # Project documentation
- Integration with real-time wearable device APIs.
- More advanced predictive analytics using Python/R scripts inside Power BI.
- Player comparison reports and injury risk tracking.
Developed by [Nthabeleng Moleko] π§ Contact: [nthabelengmoleko0211@gmail.com] π GitHub: [https://github.com/AnnMoleko]