Forum Discussion
Anonymous
5 years agoNot applicable
csv on web not resolving to csv
I am attempting to load the following csv into a PBI report: https://github.com/CSSEGISandData/COVID-19/blob/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_US.cs...
- 5 years ago
hi Anonymous
This an attachment in current web page, not the table data in current web page, so you could not get it by current web page url.
for this case, you need hit F12 to open the Developer Tools, then get correct url as below:
Regards,
Lin
Anonymous
5 years agoNot applicable
I think I just answered my own question. I changed the path to:
This path loads correctly. But, I still don't know why my first path didn't load.
amitchandak
5 years agoSuper User
Anonymous , Thanks for sharing. I am assuming the issue is resolved.