Easily Scrape All Visible Text from Websites
It would be cool if Power Query could easily scrape all visible text from website. Currently, there is a Website function but it primarily looks for tables and it is hard to extract any text positioned outside tables.
STATUS
DETAILS
Needs Votes
Add Text.ContainsAny([Column],{List}) Function to Power Query
There is Text.Contains () , List.ContainsAny () but not Text.ContainsAny () function in PQ. Text.ContainsAny () would save loads of OR clauses with Text.Contains!
STATUS
DETAILS
Declined