Dashbreeze logo

Column Types & Formatting

Column Types & Formatting - Set each column's type and choose how dates, numbers, and currency are displayed.

Set each column's type and choose how dates, numbers, and currency are displayed.

Every column has a type and may also have a format. Together, they tell Dashbreeze how to understand the column and how to display its values.

Column type

Defines what the value means

Determines which sorting, filtering, grouping, and calculations are available. The options are Text, Number, and Date.

Column format

Defines how the value looks

Shows the same number as a currency or percentage, or the same date in a different pattern, without changing its meaning.

The three column types

Text

Words, names, IDs, labels, and categories—even when they contain digits.

Examples: Customer name, Product ID, Region

Number

Values you want to calculate, compare, sum, average, or show as currency and percentages.

Examples: Revenue, Quantity, Conversion rate

Date

Calendar dates and timestamps that can be sorted chronologically or filtered by a period.

Examples: Order date, Created at, Renewal date

IDs usually belong in Text columns:A value such as 001204 may contain only digits, but it identifies something rather than measuring it. Keeping it as Text preserves leading zeros and prevents it from being summed or averaged.

How to change a column's type

Dashbreeze detects a type when the table is imported. If that type is not useful for your analysis, change it in the transformation editor.

  1. Open the table and select the column header.
  2. Choose Text, Number, or Date from the column menu.
  3. For Number or Date, select the format you want from the submenu.
  4. Review the converted values and check any dashboards that use the column.
Dashbreeze table editor with a column menu open, showing the Text, Number, and Date type options.

Changing a type can affect your dashboards:Changing a type converts the column's values. A value that cannot be converted may appear empty, and a connected block will show an error when its configuration is incompatible with the new type. For example, a KPI cannot sum a column changed from Number to Text.

Formatting dates

Select a Date column to choose how its values appear. Formatting does not change the stored date, so sorting and date filters continue to use the same point in time.

Display optionExampleUseful for
Year2026Yearly summaries
Month and yearAugust, 2026Monthly reporting
Numeric date08/25/2026 or 25/08/2026Regional date conventions
Written dateAug 25, 2026Easy-to-read labels
ISO date2026-08-25Consistent technical reports
Date and timeAug 25, 2026, 10:30 AMEvents and timestamps

Formatting numbers

Number formatting changes how a numeric value is presented. The original value remains available for calculations, sorting, filters, charts, KPIs, and gauges.

Default number

Display a plain number and choose its decimal places, such as 1,250 or 1,250.00.

Percentage

Display a fraction as a percentage. For example, 0.256 appears as 25.6% with one decimal place.

Currency

Select a currency and decimal places. For example, 1250 can appear as $1,250.00 when USD is selected.

Custom

Add a prefix or suffix. For example, use a # prefix for rankings or a " units" suffix for quantities.

How types affect dashboard blocks

TypeWhat you can do with it
TextGroup records into categories, label chart axes, and filter by matching text values.
NumberSum, average, count, compare, and display values in KPIs, gauges, and chart measures.
DateSort chronologically and filter by fixed or rolling periods such as this month or the trailing 30 days.

Removing a type or formatting change

Every type or format change is saved as a step in the Transformations panel. To undo one, open that panel, find the relevant Change Column Type or Format Column step, and select its delete button. Dashbreeze then returns the column to the type or format produced by the earlier steps.

Check the steps that come after it:Transformations run in order. Removing a type change can affect later filters, calculations, and connected dashboard blocks that expect that type. Review the table and its dashboards after deleting the step.

Dashbreeze Transformations panel showing the delete button for removing a column transformation step.

Up Next