> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/super-filter/features/2.-search/ii.operator-based-measure-filter-search.md).

# ii.Operator based Measure Filter search

The **Operator-Based Measure Filter Search** enables users to search for measure values using numeric operators, making it easy to filter items based on specific conditions (e.g.,`>10m`).

{% embed url="<https://www.youtube.com/watch?index=3&list=PLisLVA_RnBO5QEJvAbyNHwfdboQVbF7LC&t=57s&v=x_l9vBj2_Ag>" %}
Video 1: Operator Based Search
{% endembed %}

#### **Steps to Use Operator-Based Measure Filter Search:**

{% stepper %}
{% step %}
Add a **Facet Filter** or **Hierarchy Filter** to the visual.
{% endstep %}

{% step %}
Add a **measure** in the **Others Field**, which will be used as the basis for the search.
{% endstep %}

{% step %}
In the **Search Bar**, enter a numeric condition using an operator (e.g., `>10m`, `<500k`, `=100`).
{% endstep %}

{% step %}
Press **Enter** to filter items that meet the specified condition automatically.
{% endstep %}

{% step %}
After filtering, click the **Checkbox Icon** in the search bar to select the filtered items.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
**To learn more about how operator-based search enhances filtering in Power BI, click** [**here** ](https://inforiver.com/blogs/?_blog_all_products=inforiver-super-filter)**to check out our detailed blog post.**
{% endhint %}

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPIvQSuyE40UC9wv5uGgW%2Fuploads%2FaEvmILvLW5zdejd5pPV0%2FScreen%20Recording%202025-01-21%20000000.mp4?alt=media&token=02c51575-4e13-4c37-8259-59826b006abf>" %}
Video 1: Operator based measure filter search in Hierarchy Filter
{% endembed %}


---

# 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.inforiver.com/super-filter/features/2.-search/ii.operator-based-measure-filter-search.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.
