Forum Discussion
Automatically download data and store it to database Power BI
- Anonymous4 years ago
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
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