Skip to content

Data Management Overview

Data management happens in the Settings menu. This is where you work with datasets, transform data, and create interactive filters.

Here’s how data moves through the system:

Integrations -> Datasets -> Modified/Joined/Query Datasets -> Widgets
LayerWhat it is
DatasetsRaw tables synced from your integrations
Modified DatasetsTransformed versions with filters or calculations applied
Joined DatasetsCombined views linking data from multiple sources
Query DatasetsReusable SQL-defined datasets for complex custom queries
Filter VariablesGlobal filters that let dashboard users explore data in real-time

Go to Settings in the sidebar. You’ll see these options in the Data section:

  • Integrations: Connect new services or manage existing connections
  • Datasets: View and manage raw synced tables
  • Modified Datasets: Create and edit data transformations
  • Query Datasets: Create reusable SQL-defined datasets
  • Filter Variables: Configure interactive dashboard controls
  • Sync Agents: Manage local agents for on-premise sources
  • Data Lineage: See how data flows from sources to dashboards

The foundation. Each integration creates one or more datasets containing your raw data. You can see sync status, row count, and last update time for each.

Transform your data before it reaches a widget:

  • Filter: Remove irrelevant rows (e.g., “Only tickets from this year”)
  • Aggregate: Group and summarize for better performance
  • Calculated Columns: Add custom logic without changing the source

Combine data from different sources. Example: join Invoices from QuickBooks with Customers from ConnectWise to see revenue per customer category.

Write SQL to create a reusable dataset. Query Datasets are best for joins, CTEs, window functions, and other custom query shapes that should be reused by Query Widgets.

Create interactive controls for dashboards. A single filter (like a “Company Name” dropdown) can update every widget on the page at once.


TierMax integrationsTotal datasetsFilter Variables
Free Forever130
Starter2203
Professional56010
Business1212050
Starship (Enterprise)UnlimitedUnlimitedUnlimited