Create Vizualizations in Power BI using Vantage

Overview

This guide includes content from both Microsoft and Teradata product documentation.

This article describes the process to connect your Power BI Desktop to Teradata Vantage for creating reports and dramatic visualizations of your data. Power BI supports Teradata Vantage as a data source and can use the underlying data just like any other data source in Power BI Desktop.

Power BI is a collection of software services, applications, and connectors that work together to turn your unrelated sources of data into coherent, visually immersive, and interactive insights.

Power BI consists of:
Power BI elements

These three elements—Power BI Desktop, the Power BI service, and the mobile apps—are designed to let people create, share, and consume business insights in the way that serves them, or their role, most effectively.

Power BI overview blocks

A fourth element, Power BI Report Server, allows you to publish Power BI reports to an on-premises report server, after creating them in Power BI Desktop.

Power BI Desktop supports Vantage as a 3rd party data source not as a ‘native’ data source. Instead, published reports on Power BI service will need to use the on-premises data gateway component to access Vantage.

This getting started guide will show you how to connect to a Teradata Vantage. Power BI Desktop Teradata connector uses the .NET Data Provider for Teradata. You need to install the driver on computers that use the Power BI Desktop. The .NET Data Provider for Teradata single installation supports both 32-bit or 64-bit Power BI Desktop application.

Prerequisites

You are expected to be familiar with Azure services, Teradata Vantage, and Power BI Desktop.

You will need the following accounts and system.

  • The Power BI Desktop is a free application for Windows. (Power BI Desktop is not available for Macs. You could run it in a virtual machine, such as Parallels or VMware Fusion, or in Apple’s Boot Camp, but that is beyond the scope of this article.)

  • A Teradata Vantage instance with a user and password. The user must have permission to data that can be used by Power BI Desktop. Vantage must be accessible from Power BI Desktop.

    If you need a test instance of Vantage, you can provision one for free at https://clearscape.teradata.com.
  • The .NET Data Provider for Teradata.

Getting Started

Install Power BI Desktop

You can install Power BI Desktop from the Microsoft Store or download the installer and run it directly.

Install the .NET Data Provider for Teradata

Download and install the latest version of the .NET Data Provider for Teradata.

Note that there are multiple files available for download. You want the file that starts with “tdnetdp”.

Connect to Teradata Vantage

  • Run Power BI Desktop, which has a yellow icon.

Power BI icon
  • If the opening (splash) screen is showing, click on Get data.

Power BI splash screen

Otherwise, if you are in the main form of Power BI, ensure that you are on the Home ribbon and click on Get data. Click on More….

Power BI Get Data menu
  • Click on Database on the left.

  • Scroll the list on the right until you see Teradata database. Click on Teradata database, and then click on the Connect button.

(“Teradata database” and “Teradata Vantage” are synonymous in this article.)

Power BI Database picker
  • In the window that appears, enter the name or IP address of your Vantage system into the text box. You can choose to Import data directly into Power BI data model, or connect directly to the data source using DirectQuery and click OK.

Power BI server connection

(Click Advanced options to submit hand-crafted SQL statement.)

For credentials, you have the option of connecting with your Windows login or Database username defined in Vantage, which is more common. Select the appropriate authentication method and enter in your username and password. Click Connect.

You also have the option of authenticating with an LDAP server. This option is hidden by default.

If you set the environment variable, PBI_EnableTeradataLdap, to true, then the LDAP authentication method will become available.

Power BI LDAP connection

Do note that LDAP is not supported with the on-premises data gateway, which is used for reports that are published to the Power BI service. If you need LDAP authentication and are using the on-premises data gateway, you will need to submit an incident to Microsoft and request support.

Once you have connected to the Vantage system, Power BI Desktop remembers the credentials for future connections to the system. You can modify these credentials by going to File > Options and settings > Data source settings.

The Navigator window appears after a successful connection. It displays the data available on the Vantage system. You can select one or more elements to use in Power BI Desktop.

Power BI Navigator

You preview a table by clicking on its name. If you want to load it into Power BI Desktop, ensure that you click the checkbox next to the table name.

You can Load the selected table, which brings it into Power BI Desktop. You can also Edit the query, which opens a query editor so you can filter and refine the set of data you want to load.

Edit may be called Transform data, depending upon the version of Power BI Desktop that you have.

For information on joining tables, see Create and Manage Relationships in Power BI Desktop feature.

To publish your report, click Publish on Home ribbon in Power BI Desktop.

Power BI Publish

Power BI Desktop will prompt you to save your report. Choose My workspace and click Select.

Power BI publish to my workspace

Once report has been published, click Got it to close. You may also click the link, which has the report name in the link.

Power BI successfully published

This is an example of a report created in Power BI Desktop.

Power BI Report

Next steps

You can combine data from many sources with Power BI Desktop. Look at the following links for more information.

If you have any questions or need further assistance, please visit our community forum where you can get support and interact with other community members.
Did this page help?