> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runorion.com/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Orion is a collaborative analytics platform built by Gravity (bygravity.com). It connects to data warehouses, to Looker and dbt for existing business logic, and to a small set of external-context sources, and it lets teams ask questions in natural language to get shared analyses, dashboards, reports, and slide decks. The Connecting Data Sources page is the authoritative list of supported sources. When referencing Orion features, always link to the relevant documentation page. Orion is not open-source; it is a commercial SaaS product accessed at runorion.com.

# Filter and Explore

> Narrow a dashboard to the slice you care about

Everything on this page works for every project member, including Viewers. No edit access is needed to explore a dashboard.

## Filters

When a dashboard defines filters, a filter bar sits at the top:

* **Date range**: opens a calendar bounded to the dates actually present in the data, with the available range shown underneath. Coarser data swaps the day calendar for From and To pickers at its own grain, month or year.
* **Multiselect**: a checkbox list of the values in the data. The button reads **All** or **N selected**.
* **Numeric range**: **Min** and **Max** inputs, with the data's real range as a guide.

Those three are the whole set. There is no free-text search, and no relative-date preset such as "last 30 days". A dashboard filters on dates, categories, and numeric ranges only.

A **Clear** button appears at the end of the bar whenever any filter is active. A dashboard can also open with a filter already applied, which is why **Clear** sometimes shows before you have touched anything.

<Frame caption="Illustrative">
  <img src="https://mintcdn.com/gravity-8db392ea/EorhmmSL2xQ3UKcg/images/dashboards/dashboard-filters.webp?fit=max&auto=format&n=EorhmmSL2xQ3UKcg&q=85&s=c1ca37a54e241f54dad73fc242aa307c" alt="A dashboard with its filter bar outlined in red, holding three controls: Date Range reading All months, Region reading All, and Office Status reading 2 selected, followed by a Clear button. The Region dropdown is open below the bar, listing an unchecked checkbox for each value in the data, from Metro Central through Rural West" width="3200" height="2000" data-path="images/dashboards/dashboard-filters.webp" />
</Frame>

A date filter over month-grain data, showing the From and To pickers and the range actually available:

<Frame caption="Illustrative">
  <img src="https://mintcdn.com/gravity-8db392ea/EorhmmSL2xQ3UKcg/images/dashboards/filter-date-range.webp?fit=max&auto=format&n=EorhmmSL2xQ3UKcg&q=85&s=52a7b92f9beb459ca6d4bdbed6205ba4" alt="A dashboard with its Date Range filter open and the contents of the dropdown outlined in red: empty From and To month inputs side by side, each with a calendar button, above a line reading Data: Jul 2024 to Jun 2026" width="3200" height="2000" data-path="images/dashboards/filter-date-range.webp" />
</Frame>

Filters recompute the dashboard. They do not only hide rows. KPI values, charts, and aggregated tables are recalculated exactly over the filtered dataset. Two caveats show up as labels on the dashboard itself:

* A card that ignores the filters carries a **Not filtered** badge. Hover it to read why that card was left out.
* Narrative and headline text is written from the full dataset, and says so, rather than silently pretending to match your filter.

A **Not filtered** badge is always deliberate. The author must declare each unfiltered card and give a reason for it. The badge never means that someone missed a card. The tooltip gives that reason. Usually the card answers a question that the filters would distort. Examples are a year-to-date total, a benchmark, or a figure from a different source.

<Frame caption="Illustrative">
  <img src="https://mintcdn.com/gravity-8db392ea/EorhmmSL2xQ3UKcg/images/dashboards/card-not-filtered.webp?fit=max&auto=format&n=EorhmmSL2xQ3UKcg&q=85&s=b0f1a6332242f275c32fdfc79f533f4c" alt="A dashboard where one card, titled Backlog Build vs. Identity Review Rate, carries a small Not filtered badge in its top left corner, outlined in red. The neighbouring cards carry no such badge" width="3200" height="2000" data-path="images/dashboards/card-not-filtered.webp" />
</Frame>

## Charts and tables

Charts support hover tooltips and clickable legends for isolating series. Tables sort by column, resize, and scroll smoothly at any row count.

Clicking a mark rather than hovering it starts an [investigation](/dashboards/investigate) into that specific number.

## Sharing a filtered view

On a dashboard's own page, active filters are written into the page URL. Copy the browser URL and the recipient opens the dashboard with your exact filter state applied.
