SapBusinessWarehouse.Cubes
SapBusinessWarehouse.Cubes(server as text, systemNumber as text, clientId as text, optional options as nullable record) as table
Returns a table of InfoCubes and queries grouped by InfoArea from an SAP Business Warehouse instance at server server with system number systemNumber and Client ID clientId. An optional record parameter, options, may be specified to control the following options:
Culture: A culture name to be mapped to the SAP Language Code. Culture and LanguageCode can't be specified at the same time.LanguageCode: The SAP Language Code used for the connection.Query: A native MDX query used to retrieve data.ScaleMeasures: A logical value indicating whether measure values should have scaling applied. The default value for this option is true.
Show: