Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Tome_05
Helper II
Helper II

I would like to know how to import data from a ZIP file

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.

1 ACCEPTED SOLUTION
v-jayw-msft
Community Support
Community Support

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

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.

View solution in original post

2 REPLIES 2
v-jayw-msft
Community Support
Community Support

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

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.
SBC
Helper II
Helper II

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)

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.