Data Requirements
- Table: One or more dimensions and measures.
- Horizontal Stack Table: Dimensions + measures; choose which columns get stack bars.
How to Set Up Table
- Create a metric with dimensions and measures.
- Choose Table from the chart type list.
- Under Required Axis → Measure: Select the columns to display (dimensions and measures).
- In Appearance → Table settings: Configure alignment, formatting, pagination, search, sorting, conditional formatting.
How to Set Up Horizontal Stack Table
- Create a metric with dimensions and measures.
- Choose Horizontal Stack Table.
- Under Required Axis:
- Vertical Axis: Dimensions for rows.
- Measure: Measures for columns and bars.
- In chart configuration, set Stack columns — which measure columns show horizontal bars.
- In Appearance: Bar width, radius, label position, colors.
Table Settings
In Appearance → Table settings:- Header alignment, content alignment, font weight
- Number formatting, prefix, suffix
- Conditional formatting (colors by value)
- Pagination, search, sorting
- Hide columns, text wrap
Text Wrap and Line Breaks
To wrap long cell content or preserve newlines that exist in your data, open the Text Wrap section of the table settings:- Enable Header Text Wrap — wrap long column headers.
- Enable Content Text Wrap — wrap cell content instead of truncating it.
- Text Wrap Columns — choose which columns wrap (leave empty for all).
- Allow Line Breaks — render newline characters in your data as actual line breaks. Without this, multi-line values display as one line.
Conditional Formatting with Number Formatters
By default, conditional-formatting rules compare against the raw column value. If you apply a number formatter (for example a% formatter), your rule thresholds may stop matching — a rule of > 50 matches the raw value 0.5 differently than the formatted 50%.
When a number formatter targets a column, a Compare Value with control appears in the conditional-formatting settings with two options:
- Raw Data (default) — rules compare against the unformatted value (
0.5). - Formatted Data — rules compare against the value after formatting (
50%).

