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

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.

Reply
vyacheslavg
Helper II
Helper II

Iterate Over Web Pages using Web Connector

Hello Community, 

 

Could you please advise how to work with web connector. 

 

I want to collect information from several pages and get a single table (if possible).

 

The typical URL is:

 

https://test.com.aspx?component=1

 

On this page there are several tables, and Power BI web connector is perfectly able to parse these html tables.

 

Also I have a list of components ids table I want to scrap/download tables.

 

For example:

 

component
1
5
7
42

 

For component id = 42, the URL would be https://test.com.aspx?component=42

 

I want Power BI to take Ids from this list and download tables for these ids.

Would be perfect if tables will be concatenated.

 

Any ideas or suggestions would be appreciated. 

My thinking is I need some advanced Power Query/M and Parameters?

1 ACCEPTED SOLUTION
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @vyacheslavg,

 

Per my research, you could refer to below blogs 

Loop through Multiple Web Pages using Power Query

Iterating over multiple pages of web data using Power Query

 

Regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @vyacheslavg,

 

Per my research, you could refer to below blogs 

Loop through Multiple Web Pages using Power Query

Iterating over multiple pages of web data using Power Query

 

Regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

This is exactly what I was looking for.

He even shows couple of methods - thru functions-iterators and thru generated table - iterators.

In my case I already have a table thru which I want to iterate, which makes the exercise easier.

 

Thanks a lot!

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors