Forum Discussion
COVID-19 Report
HI,
I need to create a real time COVID-19 power BI report.
I couldn't find any API that gives me live data.
Can anyone help me out with the API or any other data sources?
Thank you.
- Anonymous6 years ago
Mariusz amitchandak Greg_Deckler
Finally, I found a workaround to get live COVID data to Power BI Desktop and Service.
The problem with using web URL is that the dataset refresh doesn't work when we publish the report to services. However, refresh works in Power BI desktop.
In order to fix this, I populated the data in google spreadsheet using =IMPORTHTML("https://www.worldometers.info/coronavirus/","Table") and then used spreadsheet as a data source in Power BI.
Now, I have no issues with data refresh in the service as well as desktop.
Thank you.
8 Replies
- AnonymousNot applicable
Mariusz amitchandak Greg_Deckler
Finally, I found a workaround to get live COVID data to Power BI Desktop and Service.
The problem with using web URL is that the dataset refresh doesn't work when we publish the report to services. However, refresh works in Power BI desktop.
In order to fix this, I populated the data in google spreadsheet using =IMPORTHTML("https://www.worldometers.info/coronavirus/","Table") and then used spreadsheet as a data source in Power BI.
Now, I have no issues with data refresh in the service as well as desktop.
Thank you.
- Kushalappa_BEFrequent Visitor
I tried it and am facing ErrorResource at URL contents exceeded maximum size.
- amitchandak
Super User
Anonymous ,
Refer , if this can help : https://www.esri.com/arcgis-blog/products/bus-analyst/real-time/create-state-wide-coronavirus-covid-19-infographic/
- Mariusz
Community Champion
Hi Anonymous
You can use this website as a data source.
https://www.worldometers.info/coronavirus/
Please see the attached file with 2 tables connected, data as of now + yesterdays data.
Please consider sharing your file if possible.
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
LinkedIn- AnonymousNot applicable
Mariusz In fact, I had already tried this option. Unfortunately, the refresh doesn't work when we publish the report to service.
The refresh works only in power Bi desktop.
Not sure how to fix this.
Thank you anyway, please let me know if you have any suggestion to fix the refresh dataset issue.
- Greg_Deckler
Community Champion
PubNub?
- v-lionel-msft
Community Support
Hi Anonymous ,
The data source is given in the link amitchandak provid:
Johns Hopkins University’s Center for Systems Science and Engineering
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- ChrstianoMendesRegular Visitor
New options -> Google spreadsheet:
=IMPORTHTML("https://www.worldometers.info/coronavirus/";"table";1)or
=IMPORTHTML("https://www.worldometers.info/coronavirus/","table",1)
Works without the need to update