Data Connection #57
Data Connection #57
Comments
|
@clarkar07 this is b/c they renamed folders and moved things around a couple hours ago |
|
Hello, we were maintaining and updating our GitHub early today. We will keep collecting the data and make it public. Sorry for the sudden change if that causes any inconvenience for you. Thanks |
|
@clarkar07 And then replace "Confirmed" with "Death" and then "Recovered", and then append the three tables together. So the first query step (Source) will be: = Csv.Document(Web.Contents("https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-Confirmed.csv"),[Delimiter=",", Encoding=65001, QuoteStyle=QuoteStyle.None]) |
|
Thanks to whoever has been updating the files here, I've graphed the progress that I posted at https://twitter.com/sawilkus/status/1233549303215464449?s=20 |

I had connected to this data originally when it was stored in the google doc via Microsoft PowerBI, just using the built in "Get Data - Web Connection."
When the data feed moved to git hub I just started pointing PowerBI to the most recently updated csv file.
It seems that method is no longer working, either, and instead of a table of data PowerBI is pulling in just some snippets of html code, and not the data table. If anyone has some suggestions where I've went wrong I would appreciate it.
The text was updated successfully, but these errors were encountered: