Essbase.Cubes

Essbase.Cubes is a Power Query M function that returns a table of cubes grouped by Essbase server from an Essbase instance at the APS server URL.

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

Syntax

Essbase.Cubes(
   url as text,
   optional options as nullable record,
) as table

Description

Returns a table of cubes grouped by Essbase server from an Essbase instance at APS server url. An optional record parameter, options, may be specified to control the following options:

  • CommandTimeout : A duration that controls how long the server-side query is allowed to run before it is canceled. The default value is ten minutes.

BI Gorilla Youtube Channel

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/essbase-cubes
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.