π Repository Structure powerbi-cricket-analysis/ βββ data/ # Raw cricket datasets (CSV/Excel/JSON) β βββ matches_data.csv βββ powerbi/ # Power BI-specific files and assets β βββ cricket_dashboard.pbix # Main Power BI dashboard file β βββ visuals/ # Exported PNG/SVGs of visuals β βββ measures.md # DAX measures used β βββ queries/ # Power Query M code snippets βββ reports/ # Report exports and descriptions β βββ overview_report.pdf β βββ player_performance.pdf βββ exports/ # Optional: CSV exports from Power BI β βββ team_wins.csv β βββ top_players.csv βββ documentation/ # Project documentation and notes β βββ README.md β βββ analysis_plan.md βββ LICENSE βββ .gitignore
This repository hosts a Power BI-based analysis of cricket match data. The goal is to visualize trends, performance metrics, and match outcomes through an interactive dashboard.
data/
: Contains cleaned datasets used in Power BIpowerbi/
: Main.pbix
dashboard, DAX measures, Power Query scriptsreports/
: PDF reports exported from Power BIexports/
: Data tables exported from Power BI visualsdocumentation/
: Analysis plan and README
Key features of the dashboard include:
- Team vs. Team Win Comparison
- Venue-wise Performance Analysis
- Toss Effect on Match Results
- Top Players (Batting & Bowling) by Performance
- Timeline-based Win Trends
π See the
.pbix
file in/powerbi/
to open and explore the full interactive report.
- Power BI Desktop (latest version)
- Source Dataset: CSV files located in
/data/
- Download or clone the repo
- Open
powerbi/cricket_dashboard.pbix
in Power BI Desktop - Make sure the data source path is updated if you move the dataset
- Refresh the dataset to load the latest data
- See
documentation/analysis_plan.md
for analysis strategy - DAX Measures used are documented in
powerbi/measures.md
- Power Query M transformations can be found in
powerbi/queries/
Pull requests are welcome. For any major changes, please open an issue first to discuss improvements or feature requests.