Webtrends.ReportContents

Updated on

Webtrends.ReportContents is a Power Query M function that makes a call to the given Webtrends reporting endpoint and returns all data as a table.

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

Syntax

Webtrends.ReportContents(
   ProfileId as text,
   ReportId as text,
   optional startDate as nullable date,
   optional endDate as nullable date,
) as table

Description

Makes a call to the given Webtrends reporting endpoint and returns all data as a table.

Examples

Makes a call to the Webtrends visitors report endpoint for data in the last 30 days

// Output: A table of visitor data
Webtrends.ReportContents( "98765", "xPcmTDDP0P6" )

Other functions related to Webtrends.ReportContents are:

Contribute » | Contributors: Rick de Groot

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy