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
Layer What it is
Datasets Raw tables synced from your integrations
Modified Datasets Transformed versions with filters or calculations applied
Joined Datasets Combined views linking data from multiple sources
Query Datasets Reusable SQL-defined datasets for complex custom queries
Filter Variables Global 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
  • Template Gallery: Browse and apply reusable dashboard and widget templates
  • 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.


Tier Max integrations Total datasets Filter Variables
Free Forever 1 6 0
Starter 2 40 3
Professional 5 120 10
Business 12 240 50
Starship (Enterprise) Unlimited Unlimited Unlimited