The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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"
@Anonymous ,
You may take a look at the post below.