# Actions

The **Actions Tab** provides interactivity to your visual by allowing users to perform specific actions such as filtering or drill-through. These actions enhance user engagement and improve the ability to interact with data effectively.

<figure><img src="/files/kMmnMfS84XWxEj0PZfpb" alt="" width="506"><figcaption></figcaption></figure>

***

## **Action Type**

The **Action Type** determines the kind of action that will be triggered.\
Currently available options:

1. **Filter**\
   Apply filtering to narrow down the data displayed in the visual.
2. **Drill Through**\
   Navigate to a detailed page or report by interacting with the visual.

***

### **Filter Type**

<figure><img src="/files/6Q1EELU1AuKnjpTT2S0D" alt="" width="276"><figcaption></figcaption></figure>

*(Available when Action Type is set to Filter)*\
Define the method for filtering the data in the visual:

1. **Fixed Value**\
   Filter data based on a predefined field and value.
2. **Small Multiples**\
   Filter data specifically for the selected category in **Small Multiples** mode.

<figure><img src="/files/gIlM8bK8mHzUmn8lCLu7" alt=""><figcaption></figcaption></figure>

***

### **Filter Field**

*(Available only for Fixed Value Filter Type)*

* Select the data field that will be used as the basis for filtering.
* For example, if filtering by a specific product, choose the **Product Name** field.

***

### **Filter Value**

*(Available only for Fixed Value Filter Type)*

* Specify the value to filter by within the selected field.
* For instance, to filter for "Product A," provide "Product A" as the value.
* This ensures that only data matching the fixed value is displayed in the visual.

***

## **Drill Through**

<figure><img src="/files/hayNa2BntPsZVXg3HACX" alt=""><figcaption></figcaption></figure>

* Enables users to navigate to a detailed page or report by interacting with the visual.
* When this action is triggered, it will open the linked page containing more in-depth information about the selected data point.
* To use this feature, ensure that a Drill-Through page is configured in the report.

<figure><img src="/files/eP52d917NXzgCzgr3YX8" alt=""><figcaption></figcaption></figure>

***

## **How to Use Actions**

1. **Select the Action Type**: Choose between **Filter** or **Drill Through** based on your interaction requirements.
2. **Configure the Filter (if applicable)**:
   * For **Fixed Value**: Choose the field and specify the value.
   * For **Small Multiples**: Ensure that categorical data is added to the **Small Multiples Pane**.
3. **Apply Drill Through (if applicable)**:
   * Link the visual to a pre-configured Drill-Through page for detailed insights.
4. Test the interaction by selecting or clicking on the visual to ensure the action works as expected.


---

# 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.powerviz.ai/powerviz/kpi/edit-mode-introduction/actions.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.
