The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I am always grateful for your help.
I want to import data from a ZIP file (URL) on a website into PowerBI, but I don't know how to get the data, so please let me know.
thank you.
Solved! Go to Solution.
Hi @Tome_05 ,
Please refer the solution in this post.
Solved: Import a zipped csv file from web url - Microsoft Power BI Community
Best Regards,
Jay
Hi @Tome_05 ,
Please refer the solution in this post.
Solved: Import a zipped csv file from web url - Microsoft Power BI Community
Best Regards,
Jay
Hi @Tome_05 ,
You can use the R script editor to download the file and then read it in.
Something like this should work:
library(RCurl)
url <- "http://example.com/file.zip"
tempfile <- tempfile()
download.file(url, tempfile)
unzip(tempfile)
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
82 | |
77 | |
47 | |
39 |
User | Count |
---|---|
150 | |
116 | |
68 | |
64 | |
57 |