Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have to design a certain solution with PBI
I have a list of data in a table - in one column there are www/ftp links to files - after filtering I will get some smaller list and I have to have one button that will download this list of files as a ZIP (or one by one but automatically)
What is the best way to go about it?
Solved! Go to Solution.
Hi @mdz99 ,
Base on my research, there is no direct method to complete it. You can follow the steps below to get it:
1. Create a Power BI report:
2. Download the files by Python: How to Download Files From URLs With Python – Real Python
Best Regards
Hi @mdz99 ,
Base on my research, there is no direct method to complete it. You can follow the steps below to get it:
1. Create a Power BI report:
2. Download the files by Python: How to Download Files From URLs With Python – Real Python
Best Regards
Consider using Power Automate instead.