SapBusinessWarehouseExecutionMode.BasXml

SapBusinessWarehouseExecutionMode.BasXml (64) is an enumeration that specifies valid options for SAP Business Warehouse execution mode option. It is a member of the SapBusinessWarehouseExecutionMode.Type and describes the ‘bXML flattening mode’ option for MDX execution in SAP Business Warehouse.

Examples

Here’s an example of how the SapBusinessWarehouseExecutionMode.BasXml enumeration can be used:

SapBusinessWarehouse.Cubes (
    "sapbwtestserver", 
    "00", 
    "837", 
    [ ExecutionMode = SapBusinessWarehouseExecutionMode.BasXml, 
      Implementation = "2.0" ]
  )

You can go here for more information on Implementation 2 of the Power Query SAP Business Warehouse connector.

Other related enumerations are:

Applies to

Here’s a list of functions that work with SapBusinessWarehouseExecutionMode.Type:

BI Gorilla Blog

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.