> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kodelabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# View chart data as a table

> Switch a supported Building BI chart widget to a semantic table that shows the same categories, series, and values.

`View as table` opens a chart’s categories, series, and values as a semantic HTML table from the same result set the chart already uses. Use it from the widget three-dot menu on [supported chart types](#supported-chart-types) such as Bar, Line, and Pie when you need exact values or assistive-technology access without exporting or rebuilding the visualization.

<Frame caption="Open View as table from a chart widget three-dot menu">
  <video controls title="View chart data as a table in Building BI" src="https://mintcdn.com/kodelabs/od8TCNYNRvKoJO3a/images/kode-os/building-bi/bbi-view-as-table.mp4?fit=max&auto=format&n=od8TCNYNRvKoJO3a&q=85&s=7606e6dcb1f3cb19f6d62f82990f2aac" data-path="images/kode-os/building-bi/bbi-view-as-table.mp4">
    Your browser does not support the video tag.
  </video>
</Frame>

## View a chart as a table

<Steps>
  <Step title="Open a dashboard with a supported chart">
    Open the dashboard that contains the chart. The chart must be configured and showing data.
  </Step>

  <Step title="Open the widget menu">
    On the chart widget, open the three-dot menu.
  </Step>

  <Step title="Select View as table">
    Select `View as table`.

    The chart data appears as a structured table. You can read the same categories, series, and values without relying on the visual chart or tooltips.
  </Step>
</Steps>

## How the table relates to the chart

The table is generated from the same result set the chart already uses. You do not change the chart’s query, filters, or configuration when you open table view.

The table presents categories, series, and values in a structured format. Chart and table values stay aligned, with no rounding or formatting drift between views.

Building BI renders the table with semantic HTML and accessible headers so assistive technologies can interpret the data. You can also navigate the table with the keyboard.

## Supported chart types

`View as table` is available for these chart types:

* [Bar](/products/building-bi/reference/chart-types#bar)
* [Horizontal Bar](/products/building-bi/reference/chart-types#horizontal-bar)
* [Stacked Bar](/products/building-bi/reference/chart-types#stacked-bar)
* [Horizontal Stacked Bar](/products/building-bi/reference/chart-types#horizontal-stacked-bar)
* [Line](/products/building-bi/reference/chart-types#line)
* [Line Area](/products/building-bi/reference/chart-types#line-area)
* [Stacked Line](/products/building-bi/reference/chart-types#stacked-line)
* [Pie](/products/building-bi/reference/chart-types#pie)
* [Combo](/products/building-bi/reference/chart-types#combo)
* [Sunburst](/products/building-bi/reference/chart-types#sunburst)
* [Treemap](/products/building-bi/reference/chart-types#treemap)
* [Tree](/products/building-bi/reference/chart-types#tree)
* [Heatmap](/products/building-bi/reference/chart-types#heatmap)
* [Scatter](/products/building-bi/reference/chart-types#scatter)
* [Advanced Scatter](/products/building-bi/reference/chart-types#advanced-scatter)
* [Boxplot](/products/building-bi/reference/chart-types#boxplot)
* [Horizontal Boxplot](/products/building-bi/reference/chart-types#horizontal-boxplot)
* [Polar Bar](/products/building-bi/reference/chart-types#polar-bar)
* [Stacked Polar Bar](/products/building-bi/reference/chart-types#stacked-polar-bar)
* [Time Series](/products/building-bi/reference/chart-types#time-series)
* [Timeline](/products/building-bi/reference/chart-types#timeline)
* [Sankey](/products/building-bi/reference/chart-types#sankey)

Other widget types, including dedicated table widgets, are outside the scope of this feature. For Setup requirements per type, see [Chart types](/products/building-bi/reference/chart-types).

## Limits

`View as table` does not replace the dedicated Table widget. It does not turn the chart into a spreadsheet.

Advanced grid features such as multi-sort, column selection, and inline editing are out of scope. Only [supported chart types](#supported-chart-types) show the `View as table` option.

## Next steps

<CardGroup cols={2}>
  <Card title="Widget customization" icon="palette" href="/products/building-bi/widget-customization" arrow={true} cta="Open">
    Configure widgets and use the chart three-dot menu.
  </Card>

  <Card title="Chart types" icon="trending-up" href="/products/building-bi/reference/chart-types" arrow={true} cta="Browse">
    Review Setup requirements for each Building BI chart type.
  </Card>

  <Card title="Choosing visualizations" icon="chart-pie" href="/products/building-bi/concepts/choosing-visualizations" arrow={true} cta="Read">
    Decide when a chart or a table widget fits the question.
  </Card>

  <Card title="Dashboards" icon="layout-dashboard" href="/products/building-bi/dashboards" arrow={true} cta="Open">
    Build and publish dashboards that include chart widgets.
  </Card>
</CardGroup>
