Web.Page

Web.Page is a Power Query M function that breaks down the contents of an HTML document into its constituent structures and removes tags to extract text. The function returns a representation of the full document and its text.

Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365

Syntax

Web.Page( html as any ) as table

Description

Returns the contents of the HTML document broken into its constituent structures, as well as a representation of the full document and its text after removing tags.

Other functions related to Web.Page are:

BI Gorilla Blog

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/web-page
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.