Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 12 hours 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T16:54:58.000Z (6 months ago)
- Last Synced: 2024-05-16T05:25:15.181Z (6 months ago)
- Topics: dax, powerbi, powerquery, python, rapidapi, tooltip, transform
- Homepage: https://app.powerbi.com/view?r=eyJrIjoiYTg5YTYzYzktMGIzMy00MGZiLTk5OTYtNDNmMTVjMmMzZWQwIiwidCI6ImRmODY3OWNkLWE4MGUtNDVkOC05OWFjLWM4M2VkN2ZmOTVhMCJ9
- Size: 401 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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 LogoApi Link: https://rapidapi.com/cricketapilive/api/cricbuzz-cricket/
![Screenshot 2024-05-15 211637](https://github.com/bhavanachitragar/Ipl-data-analysis-with-powerbi/assets/91766461/7f7fb6e1-17cf-40f5-9489-46ada62b5291)
![Screenshot 2024-05-15 211651](https://github.com/bhavanachitragar/Ipl-data-analysis-with-powerbi/assets/91766461/756f7fce-ba4d-4e79-adc8-89b55effe665)
----------------------------------------------------------------
Guided by: The-Developer-BI