The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello everyone,
I'm trying to get the .cvs file from https://www2.cetip.com.br/TitulosCRI into Power BI automatically. In order to do download the file manually, you must first click in the button that says "Enviar" (send, in portuguese) and then in the button that says "Exportar para CSV" (export to CSV).
My first attempt was to find out the download link for the file, but it turned out to be the webpage link itself.
Reading about it, I learnt it might be the case that when I click the buttons, I'm making HTTP post requests. I tried to find some examples of Power BI code to make this kind of request, but my lack of knowledge in the subject made it hard to understand the code provided.
By analyzing the page's source code, I found the code below, which might have something to do with the request:
<input type="submit" name="btExportarCSV" value="Exportar para CSV" id="btExportarCSV" class="button">
Can anyone help me understand how can I get this file automatically using power BI?
Hi darlove,
Thanks for the help! After reading the post, I can see that my case is definetly a post resquest!
Can this kind of request be made using Power BI? The code on SO is for wget...
Best
Lucca
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
36 | |
14 | |
12 | |
7 | |
7 |