March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
128 | |
90 | |
75 | |
56 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |