Posted inData & Analysis
Using Html.Table() To Extract URLs From A Web Page In Power BI/Power Query M
Last year I blogged about how to use the Text.BetweenDelimiters() function to extract all the links from the href attributes in the source of a web page. The code was reasonably simple but there’s now an even easier way to solve the same problem using the…