This chapter walks you through creating a workbook, adding data, and shaping your dataset for analysis. Before building a workbook, make sure you have already connected a data source, added metadata, defined relationships, and created a catalog.
1. Create a Workbook
1.1 Opening a Workbook
A workbook opens automatically when creating a visualization.- Open a dashboard.
- Switch to Edit mode.
- Click Add row → enter a title → click Add.
- Click Add visualization → select Data visualization.
- Click Create to launch the Workbook + Data Builder.
A new workbook is created or an existing one is reused.
1.2 Adding Data to the Workbook
- The left panel displays your catalog.
- Select a table.
- Double-click columns to add them.
- Columns appear in the Workbook datasheet.
- You may add fields across multiple tables.
- Joins are handled automatically based on catalog-defined relationships.
2. Managing Workbook Data
The workbook provides tools for preparing and transforming your dataset.2.1 Managing Multiple Sheets
Workbooks can contain multiple datasheets, allowing you to organize, transform, or separate datasets within the same workbook.Multiple sheets can also be used to support multiple charts in the same dashboard. Each chart can reference a different sheet depending on the data it needs.
Managing Sheets in a Workbook
- Create a new sheet: Click the “+” icon located at the bottom-left corner of the workbook.
- Rename a sheet: Click the sheet header you want to rename, then select Rename sheet from the menu.
- Delete a sheet: Click the sheet header you want to remove, then select Delete.
2.2 Renaming Column Header
- Click a column header.
- Select Rename column.
- Enter the new name.
2.3 Applying Filters
Filters limit your dataset to specific conditions.- Click the filter icon on a column.
- Select a filter type:
- Equals / Not equal
- Contains / Starts with / Ends with
- Greater / Less than
- Date filters
- Enter the value → click Apply.
2.4 Grouping Data
Grouping organizes rows into summary buckets.- Click the column header.
- Select Group by this column.

2.5 Aggregation
Aggregation reduces detailed rows into summarized values.- Click the ⋮ menu on a numeric column.
- Choose an aggregation: Count, Sum, Avg, Min, Max

2.6 Support Functions in Workbook
Workbooks support formulas for advanced data transformations.Mathematical: ABS(), ROUND(), CEILING(), FLOOR(), POWER()
Text: CONCAT(), LOWER(), UPPER(), LEFT(), RIGHT()
Date/Time: DATE(), YEAR(), MONTH(), DAY(),…
Your workbook is now fully prepared for analysis and visualization.After shaping your dataset, organizing multiple sheets, applying filters, and performing transformations, you can begin building charts directly on top of the workbook.