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

# Timeseries Table

The Timeseries Table panel is a versatile way to view data in a tabular format for a specific stream or table. It allows users to select individual columns, sort data, and apply filters to customize the data view.

![](https://usercontent.clueso.io/1f4455e0-789e-4beb-8cd9-4dac96bc47e4/0da98d18-fcec-4c69-81b9-26c8b6d0e7ee/74c4ebcd-727f-48d5-8703-01e8212b0c43/images/2750d10a-9542-435a-922c-5b35f69c4299.gif)

## Add Timeseries Table Panel

<Steps>
  <Step title="Navigate to Dashboards">
    Go to the **Dashboards** tab, select the desired dashboard, and click on the **+ Panel** button to create a new panel.
  </Step>

  <Step title="Select Timeseries Table Panel">
    Choose **Timeseries Table Panel** from the list of available panels.
  </Step>

  <Step title="Configure General Settings">
    You will be presented with options to configure:

    * **Title**: Add a descriptive title for the panel.
    * **Stream**: Select the data stream or table.
    * **Columns**: Choose individual columns to display or click **Add All Columns** to include all available columns.
    * **Sort Order**: Toggle between ascending or descending order to sort the table by a specific column.
    * **Filters**: Apply filters to exclude or include rows based on conditions. Filters can be set by:
      * Selecting a column.
      * Choosing an operator (e.g., equals, greater than).
      * Entering a value.
  </Step>

  <Step title="Preview Data">
    As you select columns and filters, a preview of the Timeseries Table will appear on the left side of the screen. This lets you validate the selected data and configuration.
  </Step>

  <Step title="Customize View Settings">
    Switch to the **View** tab to fine-tune the appearance:

    * **Show Numeric Values in Hexadecimal**: Enable this option to display numeric values in hexadecimal format.
    * **Enable Units**: Display units associated with the data.
    * **Round Off Values**: Set the number of decimal places to display for numeric columns.
  </Step>

  <Step title="Submit the Panel">
    Once all configurations and customizations are complete, click **Submit** to add the Timeseries Table Panel to the dashboard.\
    The table will now display real-time or historical data in the configured format.
  </Step>
</Steps>
