> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/bdb-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/bdb-documentation/data-visualization/self-service/applying-filters/global-filter.md).

# Global Filter

* Click the ***Global Filter*** icon provided on the Storyboard.
* A filter panel opens, displaying a list of values that can be used as a filter condition.
* Click on a Dimension to display a list containing all the sub-dimensions (Clicking a measure or time dimension would display the related fields).
* Select the ***In*** or ***Not In*** option from the drop-down menu to apply the filtering condition. (E.g., the below-given image displays ***In*** as the selected option so that the story gets filtered as per the chosen sub-dimension(s).
* Select sub-dimension(s) using checkmark(s).
* Click the ***Apply*** icon.

&#x20;     &#x20;

![Applying a Global Filter condition](/files/kNNOoPJmRZzzjS0lEKNC)

* The Global Filter icon gets highlighted.
* The concerned views on the Storyboard get customized as per the applied Global Filter condition. E.g., All the displayed views have been filtered in the below-given storyboard image.  &#x20;

![All the saved Views get filtered as per the applied Global Filter](/files/ryS81M6XKsNS8IbJCjEE)

* By selecting the ***Not In*** option, the story (views) gets filtered by not selected filter conditions (E.g., the below-given image displays the data without BU 7 team dimension.)

&#x20;   &#x20;

![All the Views get ](/files/I7TU5rjNf0Px4GLA4hff)

<mark style="color:green;">Please Note:</mark>

* A ***Search*** bar has been provided for the Global Filter panel to search the available Dimensions, Measures, and Time values.   &#x20;

![Search Bar in the Global Filter panel](/files/dhRQHIWUAHpJ0iurwRyd)

* The global filter can be applied only to those views on the storyboard, where the filter values are used as dimensions.
* A global filter, when applied to various views on a storyboard, subdues the view-specific filter values.
* The user can insert views created via different data stores on one Storyboard. By default, the Global filter panel displays all the available filter values across the data stores.

&#x20;

&#x20;


---

# 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.bdb.ai/bdb-documentation/data-visualization/self-service/applying-filters/global-filter.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.
