WebtrendsAnalytics.Tables is a Power Query M function that returns a table with relevant Webtrends data when provided with the Profile ID associated with your Webtrends account.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
WebtrendsAnalytics.Tables(
ProfileId as text,
Period as text,
reportType as text,
optional startDate as nullable date,
optional endDate as nullable date,
optional startPeriod as nullable text,
optional endPeriod as nullable text,
) as table
Description
Returns a table with relevant Webtrends data.
Related functions
Other functions related to WebtrendsAnalytics.Tables are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy