Skip to main content

Working with Datasets

A DatasetA saved, queryable collection of data pulled from one or more Datasources. Datasets are the foundation for reports, dashboards, and AI data analysis. is a collection of data Informer pulls from a DatasourceA connection from Informer to a database or other system of record, such as PostgreSQL, SQL Server, or UniVerse., indexes, and keeps ready to explore. Once your data lives in a Dataset you can search it, filter it, pivot it, chart it, and hand it to a chat for analysis, all without querying the source system again.

The Datasets listing page: the left navigation rail, a list of Datasets with Datasource, Tags, Last Refreshed, Owner, Records, and Size columns, and a details panel on the right
The Datasets listing page.

Why Datasets matter

Source systems are built to run a business, not to answer the same questions quickly and repeatedly. A Dataset is Informer's answer to that: it loads the records you care about, indexes them for fast search and aggregation, and becomes the foundation everything else reads from. Reports, Visuals, pivot tables, and AI analysis all build on Datasets, so the work you do here, naming Fields, setting access, choosing how the data refreshes, pays off everywhere that data is used.

The Dataset workspace

Open a Dataset and you get a workspace with a tab for each thing you can do with it:

TabWhat it's for
DataView and analyze your data
FieldsAdd and manage existing Fields on the Dataset
PivotA pivot table for your data
VisualsYour charts and other visualizations
DiscoverA take on your data by Informer
FiltersManage filters for this Dataset
SnapshotsView and analyze Snapshots of your data
AccessThe owner and Teams that have access to this Dataset
JobsJobs that access or refresh the Dataset and perform actions
CommentsDiscussion regarding the Dataset
SettingsConfigure the settings of the Dataset

In this section

ChapterIn one line
OverviewThe listing page and the ways to create a Dataset.
Pivot TablesSummarize a Dataset into a rows-by-columns cross-tab.
DiscoverAuto-generated Visuals from a quick selection of Fields.
VisualsThe charts, KPIs, tables, and maps you build from a Dataset.
FieldsThe Fields panel, inherited security, and the four kinds of Script Field.
AccessOwnership, sharing, row- and Field-level security, and role breakdown.
SettingsRefresh behavior: timestamp Fields, update modes, and index names.
AppendixSnapshots and reporting on audit logs.

Where do I look when...

You want to...Where
Build a new DatasetCreating a Dataset
Add a calculated or script valueDataset and Script Fields
Turn your data into a chartVisuals
Let Informer suggest charts for youDiscover
Reshape data into a cross-tabPivot Tables
Control who can see the data or its FieldsAccess
Change how and when the data refreshesRefresh behavior
Keep point-in-time copies of the dataSnapshots
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.