๐ IPL Data Analysis Dashboard using Power BI
Project LINK:(https://github.com/Ashokkumarrk/IPL-Data-Analysis-Dashboard)
๐ Project Overview
This project focuses on analyzing IPL (Indian Premier League) data using Power BI to uncover key insights about players, teams, and match performance.
The dashboard provides a comprehensive visual analysis of IPL data including:
- Top run scorers & wicket takers
- Team performance trends
- Win percentages by toss decisions
- Player comparisons
- Year-wise analysis
โ Tools & Technologies Used
- Power BI for data visualization
- Excel / CSV dataset for IPL data
- DAX for calculated columns and measures
- Power Query for data cleaning and transformation
๐งฉ Dashboard Features
- ๐ฏ Player-wise Performance Analysis
- ๐ Team Stats & Yearly Trends
- ๐ Match Analysis (Home/Away)
- ๐ Interactive filters for teams, venues, and seasons
๐งฎ Key DAX Measures Used
DAX
Total Runs = SUM(Batting[Runs])
Total Wickets = SUM(Bowling[Wickets])
Strike Rate = DIVIDE(SUM(Batting[Runs]), SUM(Batting[Balls Faced])) * 100
Win Percentage = DIVIDE([Total Wins], [Total Matches]) * 100
Top comments (0)