Accessing Connector Read APIs from Power BI

When the built-in GAS reporting capabilities aren’t sufficient, customers frequently turn to tools like Excel to analyze GAS data and create rich reports and charts. In early versions of the software, users would have to manually export the data out of GAS into a CSV file, and then open that file in Excel and reformat it to suit their needs.

However, tools like Excel and Power BI are also capable of pulling data directly from applications like GAS via APIs, in the same way you might import data into a spreadsheet from an external file or database. The Connector Read module provides a set of APIs that are designed to be compliant with applications like Power BI, following an industry standard called OData.

OData (Open Data Protocol) an ISO/IEC approved, OASIS standard that defines a set of best practices for building and consuming RESTful APIs. More information about OData is available at: https://www.odata.org/

 

This article provides an example set of steps in Power BI Desktop to connect to the data in a GAS application instance and create a simple report. The example assumes you have already activated and configured the Connector Read module for use.

 

  1. Connect to the GAS OData API as a Data Source in Power BI.

    1. Create a new report in Power BI

    2. Open the Home tab

    3. Under the Get data menu choose OData feed

If the OData option is not displayed in the top menu, you can find it under the More… sub-menu

image-20241008-163102.png
Select the OData feed option for the data connection

 

  1. Identify the OData feed to connect to:

    1. Enter the URL for the service root of the GAS OData feed and click the OK button

This example uses a fictional customer’s Evaluation site. You will need to use the URL for your own GAS application instance.

image-20241008-164306.png
Enter the URL for the GAS OData feed

 

  1. Set the authentication method for the OData feed:

    1. Select Basic authentication

    2. Enter the Connector account credentials for the Username and Password and click the Connect button

 

  1. Select the GAS dataset to load

    1. Choose a dataset from the Navigator pane

    2. Click the Load button

 

 

  1. Start working with the data!

 

 

Related Pages

How do I Use the GAS API?

Accessing Connector Read APIs from Excel

Navigating to Related Items in Connector using Power BI

Copyright © 2022, Grand Avenue Software, Inc. All rights reserved.