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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
Anonymous
Not applicable

Web Scraping

Hi all,

 

I've got the following in the advanced editor but I only receive the top 20 values of 200 in total? Help appreciated.

 

let Source = Web.BrowserContents("https://www.footballindex.co.uk/stockmarket/team"), #"Extracted Table From Html" = Html.Table(Source, {{"Column1", ".name .ng-isolate-scope"}, {"Column2", ".ng-binding.club"}, {"Column3", ".main-row .buy-wrapper"}, {"Column4", ".main-row .sell-wrapper"}}, [RowSelector=".view-profile"]), #"Changed Type" = Table.TransformColumnTypes(#"Extracted Table From Html",{{"Column1", type text}, {"Column2", type text}, {"Column3", type text}, {"Column4", type text}}) in #"Changed Type"

1 REPLY 1
v-chuncz-msft
Community Support
Community Support

@Anonymous ,

 

You may take a look at the post below.

https://community.powerbi.com/t5/Desktop/Web-BrowserContents-how-to-force-web-page-to-load-all-pictu...

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

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

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

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.