Adding more data stores to Microsoft Power BI

Microsoft Power BI enables you to gain business insights by generating visualisations, dashboards, and reports from your organisation's data. To gather your data, you use Power BI Desktop, which includes a number of connectors that enable you to analyse data in various popular data stores. This article shows you how you can integrate Power BI Desktop with data stores in back ends for which there is no dedicated connector.

Power BI Desktop like many other analytics applications supports ODBC, a generic data access interface, which enables the default choice of back ends to be extended. To access a back end from Power BI Desktop by using ODBC, you need to obtain an ODBC driver for that back end. To illustrate the process, the following steps show how to integrate Power BI Desktop with Salesforce and MongoDB by using an Easysoft ODBC driver for these products.

Example: How to connect Power BI to Salesforce

The components necessary to connect Power BI to Salesforce are:

Power BI Desktop <-> Salesforce ODBC driver <-> Salesforce

Example: How to connect Power BI to MongoDB

The components necessary to connect Power BI to MongoDB are:

Power BI Desktop <-> MongoDB ODBC driver <-> MongoDB

The Salesforce ODBC driver and MongoDB ODBC driver are available to download from the Easysoft web site.

Installing, licensing, and testing the Easysoft ODBC driver

  1. Download the Windows Salesforce ODBC driver or Windows MongoDB ODBC driver as required.
  2. Install and license the Easysoft ODBC driver on a Windows machine.

    For installation instructions, refer to the Salesforce ODBC driver documentation or MongoDB ODBC driver documentation.

Before you can use the Easysoft ODBC driver to connect Power BI Desktop to Salesforce or MongoDB, you need to configure a system ODBC data source. An ODBC data source stores the connection details for the target database (for example, Salesforce) and the ODBC driver that is required to connect to it (for example, the Salesforce ODBC driver).

To run ODBC Data Source Administrator, in the Windows Run dialog box, enter this command:

%windir%\system32\odbcad32.exe

Note This command runs the 64-bit version of ODBC Data Source Administrator. As Power BI Desktop is a 64-bit application, this is the version you need to use.

Use ODBC Data Source Administrator to create your ODBC driver data source.

Creating a Salesforce ODBC data source

  1. Choose the System DSN tab, and then choose Add.
  2. In the Create New Data Source dialog box, choose Easysoft ODBC-Salesforce driver, and then choose Finish.
  3. Complete the DSN Setup dialog box:
    Setting Value
    DSN Salesforce
    User Name The name of your Salesforce user. For example, myuser@mydomain.com.
    Password The password for your Salesforce user.
    Token The security token for your Salesforce user, if required.

    To find out whether you need to supply a security token, choose the Test button. If the connection attempt fails with an error which contains LOGIN_MUST_USE_SECURITY_TOKEN, you need to supply one.

    Salesforce emails the security token to the email address associated with your Salesforce user account. If you have not received a security token, you can regenerate it. Salesforce will then email the new security token to you. To regenerate your security token, log in to Salesforce and then choose Setup from the user menu. Search for "security token" in the Quick Find box. Choose Reset Security Token in the Reset Security Token page. When you receive the token in your email client, copy it and then paste it into the Token field.

  4. Use the Test button to verify that you can successfully connect to Salesforce.

Creating a MongoDB ODBC data source

  1. Choose the System DSN tab, and then choose Add.
  2. In the Create New Data Source dialog box, choose Easysoft ODBC-MongoDB driver, and then choose Finish.
  3. Complete these fields Easysoft ODBC-MongoDB Driver DSN Setup dialog box:
    Setting Value
    DSN MongoDB
    Description Easysoft MongoDB ODBC driver
    Server The name or IP address of the host where your MongoDB instance is running.
    User Name If you need to supply a user name to access your MongoDB database, enter it here.
    Password The password for your MongoDB user name.
    Ignore Auth If MongoDB does not require you to supply a user name and password, enable this option. This is a workaround for applications such as Power BI Desktop that always pass a user name and password on the connection string, regardless of whether it is needed.
  4. Use the Test button to verify that you can successfully connect to your MongoDB database.

Connecting Power BI to your database

You can now connect Power BI Desktop to your database. In our example, the target databases are Salesforce and MongoDB:

  1. In Power BI Desktop, choose Get Data.
  2. In the Get Data dialog box, choose ODBC, and then choose Connect.
  3. In the From ODBC dialog box, select your ODBC data source, and then choose OK.
  4. Enter your database user name and password when prompted.

    If you make a mistake when entering the user name and password, cancel the connection process. Then in Power BI Desktop Options and Settings, edit the data source. Specify the correct user name or password in the data source credentials dialog box. Otherwise, Power BI Desktop will continue to use the cached incorrect credentials.

    If you are using MongoDB and you do not normally need to enter a user name and password, enter some dummy strings in the spaces provided. Assuming you enabled Ignore Auth when configuring the Easysoft data source, your connection will succeed.

  5. In the Navigator dialog box, choose the tables you want to analyse in Power BI Desktop, and then choose Load.

    The ODBC data is now available to use in Power BI visualisations.