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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Analitika
Post Prodigy
Post Prodigy

Automatically download data and store it to database Power BI

Hello,

 

I would like to ask how I could download file automatically from website (.csv) file and store data to database. No need to store duplicates, newest data could be appended. Website don't share download link, just button to download file.  Get web data not works because we don't have a link.

Analitika_0-1641398085931.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @Analitika,

Power bi is a reporting tool, it does not support the operations you mentioned. (power bi also does not include writeback features)  I'd like to suggest you try to use other external tools to deploy API or other types of service to do these operations.

In addition, the website button action also invokes the corresponding httprequest. For these types of requests, you need to manually trace and analyze the root request link and corresponding tokens and credentials.

Sending form data - Learn web development | MDN (mozilla.org)
Regards,

Xiaoxin Sheng

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

HI @Analitika,

Power bi is a reporting tool, it does not support the operations you mentioned. (power bi also does not include writeback features)  I'd like to suggest you try to use other external tools to deploy API or other types of service to do these operations.

In addition, the website button action also invokes the corresponding httprequest. For these types of requests, you need to manually trace and analyze the root request link and corresponding tokens and credentials.

Sending form data - Learn web development | MDN (mozilla.org)
Regards,

Xiaoxin Sheng

lbendlin
Super User
Super User

This is not something you can do in Power BI.  Use an RPA tool.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.