I am expecting the csv itself to load. Instead, all of the HTML code is loading in. How can I resolve this?
The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I am expecting the csv itself to load. Instead, all of the HTML code is loading in. How can I resolve this?
Solved! Go to Solution.
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
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.
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