Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/

![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