cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

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
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors