# iv.Forced Selection

The **Forced Selection** option ensures that at least one item is always selected in the visual by default when it is opened. This prevents scenarios where no selection is made, improving performance and user experience.

Steps to Configure Forced Selection:

Enabling the **Forced Selection** option ensures that at least one item is always selected by default when the visual is opened.

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

{% step %}
Navigate to the **Format Pane** → **Display Settings** → **Appearance Section**.
{% endstep %}

{% step %}
Enable **Forced Selection**.
{% endstep %}

{% step %}
In a **Hierarchy Filter**, the first item in the index is automatically selected.
{% endstep %}

{% step %}
In a **Facet Filter**, the first item in each category is preselected.
{% endstep %}
{% endstepper %}

<figure><img src="/files/3cTjjQ76gY6lqcwBGH1L" alt="" width="375"><figcaption><p>Image 1: Facet Filter when forced is enabled.</p></figcaption></figure>

{% hint style="warning" %}
This applicable only for **Facet Filters** and **Hierarchy Filters**.
{% endhint %}

### **Why Use Forced Selection?**

Power BI developers enable this feature to **optimize report performance**, especially for large datasets. By ensuring that a selection is always active, it prevents the report from loading the entire dataset at once, improving efficiency and responsiveness.


---

# Agent Instructions: 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:

```
GET https://docs.inforiver.com/super-filter/features/10.-display-settings/iv.forced-selection.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
