Forum Discussion
samgreene1
Resolver II
6 years agoCovid Github data not refreshing with new columns
Hi, I am pulling data from Github regarding Covid. When I refresh the data, it doesn't seem to update in Powerbi. There should be new columns for recent dates added to the end of lines. If I ...
- 6 years ago
You need to edit this line:
Source = Csv.Document(Web.Contents("https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_ti...",", Columns=63, Encoding=65001, QuoteStyle=QuoteStyle.None]),
You can get rid of that entirely I believe to make it recognize new columns
Anonymous
6 years agoNot applicable
Thank you for asking this! I was having the same issue in my own Power BI report that I am creating.
Thanks for the insightful answer, Greg_Deckler !