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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
power
New Member

web

 

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&colon;__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) 

 

 web data link

http://imgur.com/9hYhivM

<a id="btnExportAll" class="important" href="javascript&colon;__doPostBack('ctl00$cphMain$btnExportAll','')">Accounts &amp; 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 ? 

 

@vrossouw  @ImkeF,@MarcelBeug

2 REPLIES 2
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @power,

 

I am wondering if it is possible for you to use your api to call the functions needed with power query like what has done in this article in your scenario. Smiley Happy

 

Regards

power
New Member

 

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&colon;__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) 

 

 web data link

http://imgur.com/9hYhivM

<a id="btnExportAll" class="important" href="javascript&colon;__doPostBack('ctl00$cphMain$btnExportAll','')">Accounts &amp; 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 ? 

 

@vrossouw  @ImkeF,@MarcelBeug

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.