https://github.com/bhavanachitragar/ipl-data-analysis-with-powerbi
This project involves integrating live cricket score APIs into Power BI to enable real-time updates of match data. Data is fetched using Python in Power BI for cleaning and transformation. Within Power BI, DAX measures are created to calculate various cricket statistics like strike rate and economy, enhancing the dashboard's interactivity.
https://github.com/bhavanachitragar/ipl-data-analysis-with-powerbi
dax powerbi powerquery python rapidapi tooltip transform
Last synced: 11 months ago
JSON representation
This project involves integrating live cricket score APIs into Power BI to enable real-time updates of match data. Data is fetched using Python in Power BI for cleaning and transformation. Within Power BI, DAX measures are created to calculate various cricket statistics like strike rate and economy, enhancing the dashboard's interactivity.
- Host: GitHub
- URL: https://github.com/bhavanachitragar/ipl-data-analysis-with-powerbi
- Owner: bhavanachitragar
- Created: 2024-05-15T16:14:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T16:54:58.000Z (about 2 years ago)
- Last Synced: 2025-03-11T14:21:20.420Z (over 1 year ago)
- Topics: dax, powerbi, powerquery, python, rapidapi, tooltip, transform
- Homepage: https://app.powerbi.com/view?r=eyJrIjoiYTg5YTYzYzktMGIzMy00MGZiLTk5OTYtNDNmMTVjMmMzZWQwIiwidCI6ImRmODY3OWNkLWE4MGUtNDVkOC05OWFjLWM4M2VkN2ZmOTVhMCJ9
- Size: 401 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IPL Data Analysis Project using PowerBi
-------------------------------------------------------------
PowerBi Project involves integrating live cricket score APIs into Power BI which fetches the data from PowerQuery
- Python code to call the live cricket score APIs and retrieve the data
- Importing the retrieved data into Power BI using Power Query
- Cleaning and transform the data as needed to prepare it for visualization.
- Creating tables or data models within Power BI to organize the data effectively.
- Creating DAX new measures to obtain Strike Rate, Status, Runs Per Ball, fours, sixers, wides, wickets, economy, and images, etc
- Creating Tooltips for Batsman and Bowler data
- Merged different tables to get Team, Batsman and Bowler Logo
Api Link: https://rapidapi.com/cricketapilive/api/cricbuzz-cricket/


----------------------------------------------------------------
Guided by: The-Developer-BI