Skip to main content

Excel

Transform's Excel integration is an add-on for desktop versions of Excel that allows you to pull your defined metrics and dimensions from Transform directly into Excel using a custom menu.

Requirements

  1. Transform instance and API key for authentication
  2. Desktop version of Excel
  3. Ability to install add-ons to Excel instance

Instructions

  1. Navigate to the Integrations Page in Transform
  2. Click the Excel modal and download the extension to your computer.
  3. Click into the folder and run setup.exe.
  4. After the installation is complete, open up Excel and create an empty workbook.
  5. Find the "Add-ins" Tab in the Excel Ribbon (above the cells)
  6. Click the Transform logo to open the query panel. This will open up a custom Transform menu on the right-hand side
  7. Authenticate the extension with your Transform API key

Using the Add-In

After authentication, you should see a custom menu that has various selections including the ability to select metrics, dimensions, constraints, time granularity, time over time comparisons, limit, and order. Metrics will be listed by their display names as specified in the definition. Dimensions will be listed with their fully scoped name, which includes a prefix with a double underscore and the identifier of the data source the dimension comes from (e.g., customer__country).

Select the cell in which you want the data to populate in, make the selections in the menu, and press "Run Query". The data you selected will populate in the chosen cell.

When you select multiple metrics, we will show only dimensions that are common between them, so we can group and create the dataset in a table format.

When using a constraint with a metric, it must reference the metric name as defined in Transform's model, not the display name that the extension shows. You can access the Transform UI to find the metric name. Using dimension names in constraint also require the fully scoped name, which matches the menu selection.

note

Transform APIs currently support calculating time over time for one metric. In the custom menu, this option will not be able to be selected when multiple metrics are selected.

Upgrading the Add-In

  1. Download the new version of the Add-in
  2. Go to System > Settings > Add or remove programs
  3. Find the Add-in in the list of installed programs
  4. Uninstall the Add-in
  5. Install the new version using setup.exe as before and restart Excel.

Troubleshooting Installation

If the Add-ins tab isn't visible after installation, it is possible that the Transform add-in isn’t enabled.

  1. To enable the add-in, go to File > Options > Add-ins
  2. There’s a field at the bottom of the menu called “Manage”. Select “COM Add-ins”, and press “Go” (Note: because we’re using the legacy framework for backwards compatibility, “Excel Add-ins” will not work).
  3. This will bring up a checklist of extensions, one of which should be the Transform add-in (currently called “Transform Excel”)
  4. Enable the Transform add-in and hit “Ok”. The Add-ins tab should appear, and you should be able to access the query panel

If you can’t find the extension in the Add-ins menu, try re-running the setup.exe or reach out to a Transform contact via support@transformdata.io.