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.
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy