Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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

  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

  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

The Connector account credentials are configured in the GAS application by a System Administrator, using the Configure Connector Account page.

image-20241008-164645.png

  1. Select the GAS dataset to load

    1. Choose a dataset from the Navigator pane

    2. Click the Load button

image-20241008-164959.png

  1. Start working with the data!

image-20241008-165504.png

image-20241008-170910.png

Related Pages

There are no related labels.

  • No labels