Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 863 Bytes

adobeanalytics-cubes.md

File metadata and controls

20 lines (16 loc) · 863 Bytes
title ms.date ms.service ms.reviewer ms.topic author ms.author
AdobeAnalytics.Cubes | Microsoft Docs
4/16/2018
powerquery
gepopell
reference
dougklopfenstein
bezhan

AdobeAnalytics.Cubes

Syntax

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

About

Returns a table of multidimensional packages from Adobe Analyics. 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.