Forum Discussion
COVID-19 Report
- 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.
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