How to Connect to Galileo Using Microsoft Excel
Who is this article for?Coruson administrators or data scientists.
Access keys for Galileo are required.
Galileo is Ideagen's data warehouse for Coruson, which allows you to connect and perform your own analysis of your Coruson data.
This article outlines the steps required to connect to Galileo using Microsoft Excel. This does not provide details on specific steps on how to use the data and instead focuses on how to connect only.
Before you proceed, please ensure you have your data warehouse URL and the access keys for Galileo. For details on how to request these please visit How to Request Galileo Access.
1. Activate the Data Tab
In order to connect to Galileo via Excel you will need to activate the data tab. To do this:
- Launch Excel.
- Click File, then Options.
- Click on the Data tab.
- Activate the data options you require.
2. Connect to Galileo
To connect to Galileo:
- Launch Excel.
- Open the Data tab.
- Click on Get Data, then From Other Sources, and finally Blank Query.
- Click Advanced Editor (located in the Query section of the Home ribbon).
- Enter the below power query code:
let
Source =OData.Feed("https://tenant.ideagendata.com/odata/", null,
[
Headers = [#"X-IdeagenDataAPIKey"= "ACCESSKEY" ]
])
in
Source
- Update the code with your tenant and access key.
- Click [Done].
Once connected you can see the full list of table views available within Galileo.
Need help with Excel? Please visit the Microsoft Excel data support page.