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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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-pictures/td-p/612187

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors