OData Integration for Power BI and Tableau

Overview

LeanIX enables you to integrate with Power BI and Tableau business intelligence tools. Integration with Power BI and Tableau tools will allow you to strengthen your ad-hoc reporting capabilities above and beyond what LeanIX already provides.

The current OData integration provides a read-only connector to export workspace data to the Power BI and Tableau business intelligence tools. Since this is only a one-way integration, importing data back into the LeanIX workspace is not possible.

High Level Steps

Within LeanIX

1

Enable OData Integration within the admin's "Integrations" area

2

Create and save searches with the required fields within the "Table View"

3

Set "Saved Searches" as "Unrestricted" and share them to OData within the "Saved Search Settings"

Within Power BI/Tableau

1

Complete steps (1-3) from above

2

Access the endpoint of the work space with an access token (can be generated in the administration area. [See technical user documentation])

3

Select "Saved Searches"

4

Load "Saved Searches" within the desired tool

Video Tutorial

Trouble with viewing the video? You will find OData Integration for PowerBI & Tableau video tutorial here.

Sharing Data within the LeanIX Inventory

1

User can enable (OData Sharing) for shared saved searches within the settings of a saved search.

📘

Information

  • OData Sharing is disabled when the search is read and write restricted.
  • Avoid usage of the dot(.) and @ in the column names as this interferes with the annotations in OData.
664
2

Within "Manage Saved Searches", you can see if OData is enabled for the saved search.

1458
3

You can find the "Manage Saved Searches" screen with options as follows:

3.1

In the main navigation, click on the "Inventory"

3.2

Then, click on "Manage Searches" in the bottom, left-hand corner

2006
4

When you try to delete a saved search, which is enabled for the OData, you will get a pop-up message asking you to confirm the deletion

260
5

You can choose the fields to be shared by OData via the "Table View" Editing. **If you change the visibility of any fields**, make sure to save the search

761

Loading OData Feed into Power BI

LeanIX exposes an OData endpoint that allows customers to import their saved searches (also referred to as bookmarks) into PowerBI. The endpoint can be accessed via the following URL schema, with either referencing the domain (if SSO is enabled) or alternatively the instance:

https://<customer-domain>.leanix.net/services/import-export/v1/odata/BookmarkService.svc/
Example: https://eu-5.leanix.net/services/import-export/v1/odata/BookmarkService.svc/

Authentication

Authentication is currently handled via the Basic Authentication, a mechanism that is commonly supported and available in most popular BI tools on the market.

Please provide the endpoint with the following credentials:

UsernamePassword
apitoken

You can manage your access tokens under Administration → Developers → Technical Users

1920

Integration

Microsoft PowerBI already comes with an OData Feed connector. This makes querying the exposed, saved searches simple. To import your data, follow the steps below:

1

Under "Get data", search for OData to find the OData Feed connector. Continue by clicking the "Connect" button.

1250
2

In the next dialog, enter the URL to your OData endpoint and continue

1438
3

If this is your first time connecting to the OData Feed, you will be prompted to choose a way to authenticate with the endpoint. Select the "Basic" tab in the left-navigation and provide your credentials as mentioned above.

📘

Information

Due to OData limitations the names of your saved searches are normalized.

1422
4

Now, your connection should be established. You should be able to see a list of exposed saved searches/bookmarks

889
5

You also have the option to load or transform the data as desired

858

Changing Credentials

If you need to change your credentials, use following steps:

1

Click the "File" button in the Menu Bar:

1024
2

Choose ‘Options and settings’ and then "Data source settings":

1024
3

Select your desired domain and click on 'Edit permissions:

1600
4

Press the 'Edit' Button:

792
5

Switch to the "Basic" tab and enter your new token:

1402

Loading OData Feed into Tableau

LeanIX exposes the OData endpoint that allows customers to import their saved searches (also referred to as bookmarks) in Tableau. The endpoint can be accessed via the following URL schema:

https://<customer-domain>.leanix.net/services/import-export/v1/odata/BookmarkService.svc/

Authentication

Authentication is currently handled via Basic Authentication, a mechanism that is commonly supported and available in most popular BI tools on the market.

Please provide the endpoint with the following credentials:

996

Now, your connection should be established. You should be able to see a list of exposed saved searches/bookmarks.

682

You can drag and drop the exported fields of your searches within 'Sheets'.

898

📘

Information

Data will remain shared with the BI tool even after disabling the OData integration in the settings as long as the sharing of the individual 'Saved Search' is not disabled actively in the 'Saved Search details'.

Resources

Official OData Tableau Documentation
Official OData Power BI Documentation