Skip to main content

Creating a Pivot Table

To create a Pivot Table, go to the Dataset listing page, open a Dataset containing data, and click the Pivot icon in the left panel.

The left panel of an open Dataset with the Pivot icon highlighted
The Pivot icon.

The default view in a Pivot Table is a single cell with a raw count of results, with no row or column groupings. For more useful information, configure rows, columns, and value groupings using the three dropdowns along the top of the Pivot Table.

An empty Pivot Table with Rows, Columns, and Values dropdowns all set to Select and a single Count cell
An empty Pivot Table.

Clicking Rows along the top bar shows a dropdown containing all the Fields in the result set. Check Field names and click Apply to re-render the Pivot Table with row groupings for each checked Field's unique values. Additional row groupings nest under one another in selection order. For example, checking a country Field first and a salesperson Field second groups the results by country, then by salesperson.

A Pivot Table with the Rows field picker open, grouped by Ship Country then Salesperson
Pivot Table rows grouped by country, then salesperson.

Clicking Columns along the top bar shows a dropdown containing all the Fields in the result set. Check Field names and click Apply to re-render the Pivot Table with column groupings for each checked Field's unique values. Additional column groupings nest under one another in selected order.

A Pivot Table grouped by Ship Country with columns grouped by Product Name, then the year of sale
Pivot Table columns grouped by product name, then the year of sale.

Clicking Values along the top bar shows a dropdown containing all the Fields in the result set, along with aggregate options for each Field. Check aggregate types and click Apply to change each cell's value to the selected Field aggregation. Each additional value selection gets its own sub-column. For example, selecting both the total and average aggregations for an Order Amount Field adds two sub-columns to the Pivot Table.

A completed Pivot Table grouped by Ship Country with product-and-year columns showing Average and Total Order Amount values
The final Pivot Table.

A Start Over option is available after configuring rows, columns, or values. Click Start Over to reset the Pivot Table to its defaults.

Also available through the REST API
Everything on this page is built on Informer's public REST API, the same one the product uses, so your scripts and integrations can do it too. Developer reference: Datasets.