> 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/6.-conditional-formatting.md).

# 6. Conditional Formatting

{% hint style="success" %}
**Applicable in:** ✔️Date Filter ❌Facet Filter **✔️**Hierarchy Filter ❌Alpha Numeric Filter

❌Numeric Filter&#x20;
{% endhint %}

Conditional Formatting allows you to apply colors to items in the visual based on specific criteria, helping to highlight key insights or trends in your data.

{% embed url="<https://www.youtube.com/watch?index=11&list=PLisLVA_RnBO5QEJvAbyNHwfdboQVbF7LC&t=111s&v=QTDGqxLq2V4>" %}
Video 1: Conditional Formatting Video
{% endembed %}

## How to enable Conditional Formatting

{% stepper %}
{% step %}
Conditional Formatting is exclusively available in Hierarchy Filter & Date Filter (Month Range & Month). It is not available in Facet view or Date mode (Multi Year, Year, Week, Day).
{% endstep %}

{% step %}
If the visual is already in Hierarchy View, Conditional Formatting is enabled by default.
{% endstep %}

{% step %}
If Hierarchy View is not enabled, you can enable it via the Format Pane:

* Navigate to the **Format Pane**.
* Enable **Hierarchy View** to activate Conditional Formatting.

<figure><img src="/files/OgWpnxKzmQ11DCH8NEOg" alt="" width="330"><figcaption><p>Image 1: Conditional Formatting in Hierarchy Filter.</p></figcaption></figure>
{% endstep %}

{% step %}
In the Format Pane, you can customize Conditional Formatting using the following three options:

1. **Icon Color**: Customize the icon's color based on conditions.
2. **Background Color**: Highlight cells with specific background colors.
3. **Font Color**: Change the font color to emphasize specific data points.

To set up these, use the **Fx** button in the Format Pane, which allows you to define the conditions and formatting rules.

<figure><img src="/files/TMacQDfNqT2CT9DbcWHl" alt=""><figcaption><p>Image 2: Conditional Formatting settings in Format pane</p></figcaption></figure>
{% endstep %}
{% endstepper %}

For further details, you can refer to the [Microsoft Conditional Formatting Documentation.](https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting)


---

# 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/6.-conditional-formatting.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.
