Webtrends.KeyMetrics

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

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

Syntax

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

Description

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

Examples

Pulls a table of key metrics for tenant 98765 in last 30 days

// Output: A table of key metrics
Webtrends.KeyMetrics( "98765" )

Other functions related to Webtrends.KeyMetrics are:

BI Gorilla Blog

Last update: August 25, 2023 | Contribute » | Contributors: Rick de Groot
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.