# Filters

In Power BI, filters are tools used to control and refine the data displayed in reports and dashboards. These filters allow users to focus on specific subsets of data based on certain criteria.&#x20;

<div align="left"><figure><img src="/files/7ju0egSKehi8PYDJ7EUR" alt=""><figcaption></figcaption></figure></div>

There are various types of filters in Power BI, including:

### 1. Visual Filters

Applied to a specific visual or chart to limit the data displayed within that visual.<br>

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

1. **Page Name -**\
   Name of the page where the filter is applied.
2. **Visual Name -**\
   Name of the visual on which the filter is applied.
3. **Filter Field -**\
   The field used to filter required information.
4. **Visual Type -**\
   The type of visual on which the filter is applied.
5. **Filter Type (Basic/Advanced) -**\
   The type of filter that is applied on the visual- Basic ( ) or Advanced ( )
6. **Filter Definition -**\
   The filter condition applied on the visual
7. **Lock Filter? -**\
   Displays if the visual filter is locked or not

### 2. Page Filters

Applied to an entire page in a report, affecting all visuals on that page.<br>

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

1. **Page Name -**\
   Name of the page to which the filter is applied.
2. **Filter Type (Basic/Advanced) -**\
   The type of filter that is applied on the visual- Basic ( ) or Advanced ( )
3. **Filter Definition -**\
   The filter condition applied on the visual
4. **Lock Filter? -**\
   Displays if the visual filter is locked or not

### 3. Report Filters

Applied to the entire report, influencing all visuals across all pages.

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

1. **Filter Field -**\
   The field used to filter required information.
2. **Filter Type (Basic/Advanced) -**\
   Type of filter that is applied on the visual- Basic ( ) or Advanced ( )
3. **Filter Definition -**\
   The filter condition applied on the visual
4. **Lock Filter? -**\
   Displays if the visual filter is locked or not

### 4. Drillthrough Filters

Allow users to navigate from one page to another, drilling down into more detailed information.

<figure><img src="/files/7f2lGrPRRj9W9GExf0TT" alt=""><figcaption></figcaption></figure>

1. **Source Page -**\
   The source page on which the visual gets drill through to the target page to get details that are filtered to that context.
2. **Target Page -**\
   Name of the page that has the visuals you want for the type of entity that you're going to provide drillthrough for.
3. **Filter Field -**\
   Shows the field used to filter required information.
4. **Drillthrough Field -**\
   The field for which you want to enable drillthrough.
5. **Lock Filter? -**\
   Displays if the visual filter is locked or not


---

# 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.powerops.app/powerops/analyze/report/filters.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.
