> For the complete documentation index, see [llms.txt](https://docs.fabricplan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fabricplan.com/documentation/plan/powertable-sheets/how-tos/explore-and-organize-data/filter-data.md).

# Filter data

Use filters to focus on specific records and analyze only the data that meets your criteria. PowerTable provides basic filters, advanced filters, and Top N filtering options to help you quickly narrow down large datasets.

### Apply basic filters

Use basic filters to directly select the required values or categories to filter.

1. In the PowerTable sheet, select the **Filter** icon to open the **Super Filter** pane.<br>

   <figure><img src="/files/UUeyCnhYiJtnfA8jlEoh" alt=""><figcaption></figcaption></figure>
2. Select a column.
3. Select one or more values to filter the records. The table is filtered automatically based on the selected values.<br>

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

#### Search within filter values

Use the search box in the filter pane to locate specific filter values when a column contains many options.

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

### Apply advanced filters

Use the advanced filtering option to filter records based on specific criteria.&#x20;

To apply an advanced filter:

1. Select the **Advanced** tab in the filter pane.
2. Choose the required condition from the dropdown based on the column's data type.<br>

   <figure><img src="/files/ngUJ5GgO3IyCfRU7Uh1W" alt=""><figcaption></figcaption></figure>
3. Enter the filter criteria and apply the filter.<br>

   <figure><img src="/files/3KzxfUmiqi5v5VNC0RFy" alt=""><figcaption></figcaption></figure>

#### Number filters

* Equals
* Does not equal
* Greater than
* Greater than or equal to
* Less than
* Less than or equal to
* Between
* Blank

In the following example, the *ProductPrice* column is filtered to display values between 1000 and 3000. A filter icon in the column header indicates that a filter is applied.

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

You can also use the slider or value range controls to filter numeric data.

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

#### Text filters

* Contains
* Does not contain
* Starts with
* Does not start with
* Isblank
* Is not blank

In the following example, the products are filtered to display only those whose *ProductName* contains *frame*.

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

PowerTable provides suggestions while you enter filter values.

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

### Apply multiple filters

You can apply filters to multiple columns simultaneously to further refine the displayed results.

In the following example, the products are filtered to display records where the *ProductColor* is *Black* or *Blue*, and the *ProductPrice* is greater than 2000.

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

### Apply a Top N filter

Use the **Top N** filter to display the top, bottom, or both top and bottom records based on the values in a numeric column. The **Top N** filter is available only for text columns, allowing you to filter text values based on a related numeric field.

To apply a Top N filter:

1. Select the **Top N** tab in the filter pane.
2. From the **Show items** dropdown, select **Top**, **Bottom**, or **Both**.
3. In the **Values** field, enter or select the number of records you want to display.
4. From the **Based On** dropdown, select the numeric column that you want to use to rank the records.<br>

   <figure><img src="/files/4fyTzckvlRsek7ipW1Du" alt=""><figcaption></figcaption></figure>

In the following example, the top five products are filtered based on their *ProductPrice* values.

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

### Clear filters

* Select the clear icon beside a filter to remove it.<br>

  <figure><img src="/files/OFN1EOhclrYOJWtxNvdU" alt=""><figcaption></figcaption></figure>
* To remove all applied filters, select **Reset All** from the **More options** (**...**) menu in the Filter pane.<br>

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

### Advanced Filter

Use **Advanced Filter** to create complex filtering conditions by combining multiple filters and filter groups with **AND** or **OR** logic.

To apply the advanced filter,

1. Select **Advanced Filter** from the **More options** (**...**) menu in the filter pane.<br>

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

2. Select **Add Filter** to include one or more filter conditions.

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

3. Choose to combine the filter conditions by using AND or OR logic. In the following image, the filter conditions are combined using **OR**. Select products if the product subcategory is *Socks* or if the product size is *M*.

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

4. You can select **Add Group** to create a filter group.

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

5. Use the **Add Filter** option to add one or more filter conditions within the group. Combine them using **AND** or **OR**.

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

In this case, PowerTable evaluates the inner filter group first with AND, then combines it with the two outer filter conditions using OR.

6. Select **Update** to apply the filters. Products are displayed if they meet *any* of the following conditions:

   * The product subcategory is *Socks*.
   * The product size is *M*.
   * The product is *Shorts,* the color is *Black* and the size is *M*.

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

The following image shows another example with two filter groups combined using OR.

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

* The first group filters products where *ProductSubcategoryKey* **is** *Socks* **AND** *ProductSize* **is** *M*.
* The second group filters products where *ProductSubcategoryKey* **is** *Shorts* **AND** *ProductColor* **is** *Black* **AND** *ProductSize* **is** *M*.
* The advanced filter combines the two groups using **OR**, so records that satisfy either group are displayed.

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

#### Other options

* Use **Reset All** to reset all the filter and filter group configurations and add a new set of filters.
* Select **Delete Group** to delete a filter group.

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

* You can rearrange filters and filter groups using the drag handle next to each item.

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

#### Apply filters at the global level

By default, the **Filter** pane displays **Page level** filters, which apply only to the current PowerTable sheet. Use **Global level** filters to apply the same filter criteria across multiple PowerTable sheets that are related through a common column.

To apply a global-level filter:

1. In the **Filter** pane, scroll to the **Global level** section and select the **+** icon.
2. Select the dimensions that you want to use for filtering across tables.
3. In **Add data fields here**, select the PowerTable sheets and the corresponding columns to map them by using a common column.
4. Apply the required filter. The filtered results are reflected across all configured PowerTable sheets.

For example, consider **Products** as the current table and **Subcategory** as a related table. Both tables are linked through the **ProductKey** column. If you configure **ProductSubcategoryKey**, **ProductName**, and **ModelName** as filter dimensions and map the tables by using **ProductKey**, a filter applied to **ModelName** in the **Products** table is also applied to the **Subcategory** table.


---

# 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.fabricplan.com/documentation/plan/powertable-sheets/how-tos/explore-and-organize-data/filter-data.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.
