AdobeAnalytics.Cubes

Updated on

AdobeAnalytics.Cubes is a Power Query M function that returns a table of multidimensional packages from Adobe Analytics, with optional parameters to control various options. The function returns a table of multidimensional packages with customizable settings such as hierarchical navigation, retry count, and API version.

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

Syntax

AdobeAnalytics.Cubes( optional options as nullable record ) as table

Description

Returns a table of multidimensional packages from Adobe Analytics. An optional record parameter, options, may be specified to control the following options:

  • HierarchicalNavigation : A logical (true/false) that sets whether to view the tables grouped by their schema names (default is false).
  • MaxRetryCount : The number of retries to perform when polling for the result of the query. The default value is 120.
  • RetryInterval : The duration of time between retry attempts. The default value is 1 second.
  • Implementation : Specifies Adobe Analytics API version. Valid values are: "2.0". Default uses API version 1.4.

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/adobeanalytics-cubes

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