> For the complete documentation index, see [llms.txt](https://docs.antsomi.com/cdp-365-user-guide-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/make-reports-interactive/add-chart-interaction-filters.md).

# Add chart interaction filters

Turn your charts into interactive filters.

Chart interaction filters turn your charts into filter controls. When interactions are enabled on a chart, you can filter the report by interacting with that chart in two ways:

* Clicking one or more dimension values in the chart.
* Dragging, or "brushing," your mouse across a time series, line chart, or area chart.

You can also [let viewers drill down into your data](broken://pages/-Mg-bPvE6a3CZ_PccmYm).

### How chart interaction filters work

Chart interaction filters work in the same way as filter controls. For example, a pie chart based on the *Country* dimension lets you filter your report in the same way as a filter control based on the *Country* dimension. Brushing a time series acts in the same way as a date range control.

Chart interaction filters can be restricted to groups, just like filter controls.

#### Try it out!

This embedded report has interactions enabled for the charts.

* To filter the charts, click a *Medium* in the table or a *Country* in the pie chart.
* To use the time series as a date range filter, click and drag your mouse across part of the chart.
* To to select multiple values, use Ctrl + click (Command + click on Mac).
* To reset a filter, click on some whitespace in the chart, or right-click then select **Reset Action**.

### To enable chart interactions

1. Edit your report.
2. Select a chart.
3. On the right, scroll to the bottom of the DATA properties panel.
4. In the **Interactions** section, select **Apply filter**.
5. Repeat these steps for each chart you want to use as a filter.

### To reset chart filters

You can reset a chart filter to the default in several ways:

* Deselect the selected dimensions by clicking them.
* Click somewhere on the border of chart you are filtering by.

### Limits of chart interactions

* Chart interaction filters aren't available in scorecards or bullet charts.
* You can't filter by the "Others" category.
* Chart interaction filters are subject to the same limits as filter controls in terms of [filtering across data sources.](broken://pages/-Mg-azejve28j_Lt94BE)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/make-reports-interactive/add-chart-interaction-filters.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
