Wednesday 22 November 2023

Consuming data from SAP Datasphere into Power BI via ODBC connector

I wanted to share my proof of concept about consuming data from SAP Datasphere into Power BI via ODBC connection (Open database connection)

Required:


Datasphere tenant.
Power BI.
Need to create a database user for the particular space in the space management.
Host name, Port number, Password, Database username.
Need to add External IPV4 Address in the IP Allowlist.
Hana ODBC client.
Need to add credentials in Power BI.

Datasphere part:


Login into Datasphere -> Space Management -> Choose the space and select Edit.

Consuming data from SAP Datasphere into Power BI via ODBC connector

Click Create and Make sure that you have enabled Expose for consumption by default

Consuming data from SAP Datasphere into Power BI via ODBC connector

Consuming data from SAP Datasphere into Power BI via ODBC connector

Copy Database Username, Host name, Port, Password.

Consuming data from SAP Datasphere into Power BI via ODBC connector

Go to System-> Configuration-> IP Allowlist-> Trusted Ips

Consuming data from SAP Datasphere into Power BI via ODBC connector

EXTERNAL IPV4 ADDRESS should be added here, not Internal IPV4

To get External IPV4 Address

  • Open Command prompt and enter curl ifcfg.me
  • Then run curl ifcfg.me in command prompt and add that IPV4 Address in the IP Allowlist.

Consuming data from SAP Datasphere into Power BI via ODBC connector

Consuming data from SAP Datasphere into Power BI via ODBC connector

Add and Save the External ipv4 address here.

Consuming data from SAP Datasphere into Power BI via ODBC connector

Consuming data from SAP Datasphere into Power BI via ODBC connector

ODBC PART:

Need to install SAP HDODBC driver SAP Development Tools (ondemand.com) in the system.

Open ODBC in the system

Click Add

Select HDODBC

Consuming data from SAP Datasphere into Power BI via ODBC connector

Consuming data from SAP Datasphere into Power BI via ODBC connector

  • Give any meaningful name to Data source name, description.
  • Database type: SAP HANA Cloud or SAP HANA Single tenant (both will work fine).
  • Already copied Host URL in datasphere space, Paste the copied Host URL.
  • Click Test connection
  • Paste the Database username in Username and Password.

Consuming data from SAP Datasphere into Power BI via ODBC connector

Consuming data from SAP Datasphere into Power BI via ODBC connector

Consuming data from SAP Datasphere into Power BI via ODBC connector

POWER BI PART:

Power BI-> Get data-> ODBC.

Consuming data from SAP Datasphere into Power BI via ODBC connector

Select the created ODBC Connection

Consuming data from SAP Datasphere into Power BI via ODBC connector

Paste the same Username and Password which copied in datasphere part, click “Connect”.

Consuming data from SAP Datasphere into Power BI via ODBC connector

Successfully Power BI consuming data from SAP Datasphere

Consuming data from SAP Datasphere into Power BI via ODBC connector

Dashboard built in Power BI

Consuming data from SAP Datasphere into Power BI via ODBC connector

From this POC:

  • Data from Datasphere can be consume via OBDC connection 100/100.
  • Since ODBC connection is possible, we can consume data into any third-party reporting tools that we want

No comments:

Post a Comment