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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi POWER BI folks,
I have done simple WEB DATA pulls where the source is just hyperlinked ( e.g. getting CSV data from the link).
Now I am trying to get the data from my portal that requires password AND before downloading all data there are 2 functions:
1. that just does select all
<a id="btnSelectAll" class="important" href="javascript:__doPostBack('ctl00$cphMain$btnSelectAll','')">Select All</a>
and
2. an export link that executes export of data to excel ( now this link is more like simple web data pull)
<a id="btnExportAll" class="important" href="javascript:__doPostBack('ctl00$cphMain$btnExportAll','')">Accounts & People</a>
It looks like a 2 step process , ( manualy i log in , go to this page and click on the link selet all accounts, click on the export all accounts and excel is now on my computer-- then i just pick it up with POWER BI and i get a cool updated report in POWER BI)
Now can we use POWER BI to kinda tell POWER bi TO CLICK CLICK CLICK and automate these 3 steps ?
Hi POWER BI folks,
I have done simple WEB DATA pulls where the source is just hyperlinked ( e.g. getting CSV data from the link).
Now I am trying to get the data from my portal that requires password AND before downloading all data there are 2 functions:
1. that just does select all
<a id="btnSelectAll" class="important" href="javascript:__doPostBack('ctl00$cphMain$btnSelectAll','')">Select All</a>
and
2. an export link that executes export of data to excel ( now this link is more like simple web data pull)
<a id="btnExportAll" class="important" href="javascript:__doPostBack('ctl00$cphMain$btnExportAll','')">Accounts & People</a>
It looks like a 2 step process , ( manualy i log in , go to this page and click on the link selet all accounts, click on the export all accounts and excel is now on my computer-- then i just pick it up with POWER BI and i get a cool updated report in POWER BI)
Now can we use POWER BI to kinda tell POWER bi TO CLICK CLICK CLICK and automate these 3 steps ?