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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

How can I upload files with extension .1 contained in a zip file in a web?

The web is 

 

https://www.omie.es/es/file-access-list?parents%5B0%5D=/&parents%5B1%5D=Mercado%20Diario&parents%5B2...

 

I can access these type of files as CSV (extension .1) in the web when using this link for example:

 

https://www.omie.es/es/file-access-list?parents%5B0%5D=/&parents%5B1%5D=Mercado%20Intradiario%20Cont...

 

Using this code:

 

= (FechaISO as text)=>

let
Source = Csv.Document(Web.Contents("https://www.omie.es/es/file-download?parents%5B0%5D=precios_pibcic&filename=precios_pibcic_" & FechaISO & ".1"),[Delimiter=";", Columns=14, Encoding=1252, QuoteStyle=QuoteStyle.None])

 

in
Source

 

But I can't figure out how to upload them when they're in a zip!!

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi @Anonymous ,

 

Try to check the video below to acces information from ZIP files can give you some hints.

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

1 REPLY 1
MFelix
Super User
Super User

Hi @Anonymous ,

 

Try to check the video below to acces information from ZIP files can give you some hints.

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.