For more information, see https://help.sap.com/viewer/p/SAP_FIORI_CLIENT
With Power BI Desktop, you can access SAP Business Warehouse (BW) data.
For information about how SAP customers can benefit from connecting Power BI to their existing SAP Business Warehouse (BW) systems, see the Power BI and SAP BW whitepaper. For details about using DirectQuery with SAP BW, see the article DirectQuery and SAP Business Warehouse (BW).
Starting with the June 2018 release of Power BI Desktop (and generally available with the October 2018 release), you can use the SAP BW connector with an implementation that has significant improvements in performance and capabilities. This updated version of the SAP BW connector was developed by Microsoft and is called Implementation 2.0. You can select either version 1 (v1) of the SAP BW Connector, or the Implementation 2.0 SAP Connector. The following sections describe the installation of each version, in turn. You can choose one or the other connector when connecting to SAP BW from Power BI Desktop.
We suggest you use the Implementation 2.0 SAP Connector whenever possible.
We recommend using the Implementation 2.0 SAP Connector whenever possible (see instructions in the following section). This section describes installation of version 1 of the SAP BW Connector, which you can install by taking the following installation steps:
Install the SAP NetWeaver library on your local machine. You can get the SAP Netweaver library from your SAP administrator, or directly from the SAP Software Download Center. Since the SAP Software Download Center changes its structure frequently, more specific guidance for navigating that site is not available. The SAP NetWeaver library is usually included also in the SAP Client Tools installation.
You may be able to search for SAP Note #1025361 to get the download location for the most recent version. Make sure the architecture for the SAP NetWeaver library (32-bit or 64-bit) matches your Power BI Desktop installation, then install all files included in the SAP NetWeaver RFC SDK according to the SAP Note.
The Get Data dialog includes an entry for SAP Business Warehouse Application Server and SAP Business Warehouse Message Server in the Database category.
Implementation 2.0 of the SAP Connector requires the SAP .NET Connector 3.0. You can download the SAP .NET Connector 3.0 from SAP’s website using the following link:
Access to the download requires a valid S-user. Customers are encouraged to contact their SAP Basis team to get the SAP .NET Connector 3.0.
The connector comes in 32-bit and 64-bit versions, and users must choose the version that matches their Power BI Desktop installation. At the time of this writing, the website lists two versions (for .NET 4.0 framework):
When installing, in the Optional setup steps window, make sure you select the Install assemblies to GAC option as shown in the following image.
Note
The first version of SAP BW implementation required Netweaver DLLs; if you're using Implementation 2.0 of the SAP Connector, and not using the first version, the Netweaver DLLs are not required.
The version 1 SAP BW Connector in Power BI Desktop let you import data from your SAP Business Warehouse Server cubes, or use DirectQuery.
To learn more about the SAP BW connector and how to use it with DirectQuery, take a look at the DirectQuery and SAP Business Warehouse (BW) article.
When connecting, you must specify a Server, System Number, and Client ID to establish the connection.
You can also specify two additional Advanced options: Language code, and a custom MDX statement to run against the specified server.
If no MDX statement was specified you are presented with the Navigator window, which displays the list of cubes available in the server, with the option to drill down and select items from the available cubes, including dimensions and measures. Power BI exposes queries and cubes exposed by the BW Open Analysis Interface OLAP BAPIs.
When you select one or more items from the server, a preview of the output table is created, based on their selection.
The Navigator window also provides a few Display Options that allow you to do the following:
After selecting all necessary objects in the Navigator, you can decide what to do next, by selecting one of the following buttons on the bottom of the Navigator window:
In addition to importing data from SAP BW cubes, remember that you can also import data from a wide range of other data sources in Power BI Desktop, and then you can combine them into a single report. This presents all sorts of interesting scenarios for reporting and analytics on top of SAP BW data.
You must create a new connection to use Implementation 2.0 of the SAP BW Connector. To create a new connection, take the following steps.
From the Get Data window, select either SAP Business Warehouse Application Server or SAP Business Warehouse Message Server.
You're presented with the new connection dialog, which allows selection of the implementation. Selecting Implementation 2.0, as shown in the following image, enables the Execution mode, Batch size and Enable characteristic structures options.
Select OK, and subsequently, the Navigator experience is the same as described in the earlier section for the version 1 SAP BW Connector.
Implementation 2.0 supports the following options:
ExecutionMode - Specifies the MDX interface used to execute queries on the server. Valid options are the following:
The default value for this option is SapBusinessWarehouseExecutionMode.BasXmlGzip.
Using SapBusinessWarehouseExecutionMode.BasXmlGzip may improve performance when experiencing high latency for large datasets.
BatchSize - Specifies the maximum number of rows that will be retrieved at a time when executing an MDX statement. A small number of rows will translate into more calls to the server while retrieving a large dataset. A large number of rows may improve performance, but could cause memory issues on the SAP BW server. The default value is 50000 rows.
EnableStructures - A logical value indicating whether characteristic structures are recognized. The default value for this option is false. Affects the list of objects available for selection. Not supported in Native query mode. Blazblue mugen download.
The ScaleMeasures option has been deprecated in this implementation. The behavior is now the same as setting ScaleMeasures = false, that is always showing unscaled values.
The following bulleted list describes some of the additional improvements that come with the new implementation:
Changing existing reports to use Implementation 2.0 is only possible in Import mode, and requires the following manual steps.
Open an existing report, select Edit Queries in the ribbon, and then select the SAP Business Warehouse query you would like to update.
Right-click the query and select Advanced Editor.
In the Advanced Editor change the SapBusinessWarehouse.Cubes call as follows:
a. Determine whether the query already contains an option record, such as what's shown in the following example:
b. If so, add the Implementation 2.0 option, and remove the ScaleMeasures option, if present, as shown:
c. If the query does not already include an options record, just add it. For example, if it has the following:
d. Just change it to:
Every effort has been made to make Implementation 2.0 of the SAP BW Connector compatible with version 1 of the SAP BW Connector. However, there may be some differences due to the different SAP BW MDX execution modes being used. To resolve any discrepancies, try switching between execution modes.
This section provides troubleshooting situations (and solutions) for working with th SAP BW connector.
Numeric data from SAP BW returns decimal points instead of commas. For example, 1,000,000 is returned as 1.000.000.
SAP BW returns decimal data with either a , (comma) or a . (dot) as the decimal separator. To specify which of those SAP BW should use for the decimal separator, the driver used by Power BI Desktop makes a call to BAPI_USER_GET_DETAIL. This call returns a structure called DEFAULTS, which has a field called DCPFM that stores Decimal Format Notation. It takes one of the following three values:
Customers who have reported this issue found that the call to BAPI_USER_GET_DETAIL is failing for a particular user (the user who is showing the incorrect data), with an error message similar to the following:
To solve this error, users must ask their SAP admin to grant the SAPBW user being used in Power BI the right to execute BAPI_USER_GET_DETAIL. It’s also worth verifying that the user has the required DCPFM value, as described earlier in this troubleshooting solution.
Connectivity for SAP BEx queries
You can perform BEx queries in Power BI Desktop by enabling a specific property, as shown in the following image:
The Navigator window does not display a data preview and instead provides an object reference not set to an instance of an object error message.
SAP users need access to specific BAPI function modules to get metadata and retrieve data from SAP BW's InfoProviders. These include:
To solve this issue, verify that the user has access to the various MDPROVIDER modules as well as BAPI_IOBJ_GETDETAIL. To further troubleshoot this or similar issues, select Enable tracing on the Diagnostics window within Power BI Desktop's Options. Attempt to retrieve data from SAP BW while tracing is active, and examine the trace file for more detail.
The following table details the current support for SAP BW.
Product | Mode | Authentication | Connector | SNC Library | Supported |
---|---|---|---|---|---|
Power BI Desktop | Any | User / password | Application Server | N/A | Yes |
Power BI Desktop | Any | Windows | Application Server | sapcrypto + gsskrb5/gx64krb5 | Yes |
Power BI Desktop | Any | Windows via impersonation | Application Server | sapcrypto + gsskrb5/gx64krb5 | Yes |
Power BI Desktop | Any | User / password | Message Server | N/A | Yes |
Power BI Desktop | Any | Windows | Message Server | sapcrypto + gsskrb5/gx64krb5 | Yes |
Power BI Desktop | Any | Windows via impersonation | Message Server | sapcrypto + gsskrb5/gx64krb5 | Yes |
Power BI Gateway | Import | Same as Power BI Desktop | |||
Power BI Gateway | DirectQuery | User / password | Application Server | N/A | Yes |
Power BI Gateway | DirectQuery | Windows via impersonation (fixed user, no SSO) | Application Server | sapcrypto + gsskrb5/gx64krb5 | Yes |
Power BI Gateway | DirectQuery | Use SSO via Kerberos for DirectQuery queries option | Application Server | only with gsskrb5/gx64krb5 | Yes |
Power BI Gateway | DirectQuery | User / password | Message Server | N/A | Yes |
Power BI Gateway | DirectQuery | Windows via impersonation (fixed user, no SSO) | Message Server | sapcrypto + gsskrb5/gx64krb5 | Yes |
Power BI Gateway | DirectQuery | Use SSO via Kerberos for DirectQuery queries option | Message Server | sapcrypto + gsskrb5/gx64krb5 | No |
For more information about SAP and DirectQuery, check out the following resources: