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" )
Related functions
Other functions related to Webtrends.KeyMetrics are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy