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.
Related functions
Other functions related to Web.Page are:
