# Events Table in RCA

Allow visualizing events corresponding to a certain bin in a monitoring chart. Note that this view is to provide example rows used for the computation. The maximum number of rows that can viewed is 1000.

### Analyzing a Sample of Events

* Navigate to the `Charts` tab in your Fiddler AI instance
* Click on the `Add Chart` button on the top right
* In the modal, select a project
* Select **Monitoring**
* Create a Monitoring chart and click on a time range
* This will display the RCA (Root Cause Analysis) tab
* In RCA, select the `Events Table` tab

### Support

This visualization is supported for any model and data type.

### Represented data

The displayed events are production events coming from the selected model and bin, and segment if it was selected in the monitoring chart.

![Monitoring Chart Configuration](/files/a0JQpDY7mAsTMMKXGoBO) ![Event Table Example](/files/a0JQpDY7mAsTMMKXGoBO)

### Available Controls

* **Column selection**: On the top right side of the table, select the columns to be displayed. By default all non-vector columns are displayed.

![Event Table Column Selection](/files/0nBhZaoifCF3Dzaj4dEQ)

* **Vector columns**: By default the vector columns are not fetched for latency reasons. Toggle on if vectors need to be fetched.

![Event Table Vectors displayed](/files/xlyrlUm6JOt342Tuqg8x)

* **Download**: Download the sample events to `CSV` or `PARQUET` format.

![Event Table Vectors Download](/files/mBW5JRhvVFDAsrjVX8xj)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fiddler.ai/observability/analytics/data-table-in-rca.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
