# Getting Started

{% embed url="<https://youtu.be/svj_o4YPmz8?si=a_ibN8ns5p38KSzW>" %}
Video 1: Getting started with Inforiver Super Filter
{% endembed %}

Follow the steps in [#setting-up-super-filter](#setting-up-super-filter "mention") to start your first Super Filter experience. Read about the [#overview-of-key-components](#overview-of-key-components "mention") to understand the various elements in the visual canvas.&#x20;

## Setting Up Super Filter:

{% stepper %}
{% step %}

## Installation from Microsoft AppSource

Install the Microsoft certified visual from Microsoft AppSource using the steps here: [Installing from AppSource](/super-filter/introduction-to-inforiver-super-filter/getting-started/installing-from-appsource.md)
{% endstep %}

{% step %}

## Add a tile to the report canvas

Click on the **Super Filter** icon from the Visualizations pane to add visual to the canvas. Resize it to fit your needs.

<figure><img src="/files/vev9GLwnVnuKik0AlFEx" alt=""><figcaption><p>Image 1: Click on the Super Filter visual icon.</p></figcaption></figure>
{% endstep %}

{% step %}

## Assign Data

To use the visual, add data into the Category field in visualizations pane.

### **Category:**&#x20;

Add dimension data to the **Category** field in the visualizations pane, based on the **Filter Type** requirements:

* [**Date**](/super-filter/filter-types/1.-date-filter.md): Use for filtering date or time-based data.

<figure><img src="/files/TAp896qwFiTrUuLCjmGI" alt="" width="293"><figcaption><p>Image 2: Date Data type is added to the visual.</p></figcaption></figure>

* [**Facet**](/super-filter/filter-types/2.-facet-filter.md): Suitable for categorical data to filter distinct items.

<figure><img src="/files/eXXK9Z5DMGKXMX9vThyq" alt="" width="254"><figcaption><p>Image 3: Text Data type added to the visual</p></figcaption></figure>

* [**Hierarchy**](/super-filter/filter-types/3.-hierarchy-filter.md): Use for multi-level, parent-child structured data.

<figure><img src="/files/aoDFLksrS2sbzlCvAgP6" alt="" width="246"><figcaption><p>Image 4: Multiple Text data type added to the visual.</p></figcaption></figure>

* [**Alphanumeric**](/super-filter/filter-types/6.-alpha-numeric-filter.md): Ideal for sorting text or numeric data alphabetically or numerically.

<figure><img src="/files/AJF61Z8npMZsp5SBxX5i" alt="" width="291"><figcaption><p>Image 5: Text &#x26; numeric data type added to the visual</p></figcaption></figure>

* [**Numeric**](/super-filter/filter-types/4.-measure-filter.md)**:** Add numerical data for range or numeric filtering.

<figure><img src="/files/FJ0dPNkmEIaCsToKNHb9" alt="" width="295"><figcaption><p>Image 6: Numeric data type added to the visual</p></figcaption></figure>

* [**Image**](https://docs.inforiver.com/super-filter/introduction-to-inforiver-super-filter/pages/947PooDHyGwIIFyTsL9s#id-12.-image-data): Assign image URLs or binary image data for visual representation.

<div align="center" data-full-width="false"><figure><img src="/files/cLWw3ie0nnJFen8nShIk" alt="" width="296"><figcaption><p>Image 7: URL/Base 69 data type added to the visual</p></figcaption></figure></div>

### **Others:**

&#x20;Add measure, numeric or dimension data that you want to display as [details](https://docs.inforiver.com/super-filter/introduction-to-inforiver-super-filter/pages/947PooDHyGwIIFyTsL9s#id-1.-show-detail) or [tooltip](/super-filter/features/10.-display-settings.md#show-tooltip) in the visual.

<figure><img src="/files/624fhlTXBgldzNrmk79V" alt=""><figcaption><p>Image 8: Measure &#x26; Dimension data type added to the visual</p></figcaption></figure>
{% endstep %}

{% step %}

### Use Quick Mode

Use the Quick mode to apply predefined configurations for frequently used filter types. Refer [Quick Mode](/super-filter/introduction-to-inforiver-super-filter/getting-started/quick-mode.md)
{% endstep %}

{% step %}

### Customize

Explore the various types of [Filter Types](/super-filter/filter-types.md) and [Features](/super-filter/features.md) to set up the filter as per your use cases. Check out the [Tips & Tricks](/super-filter/tips-and-tricks.md) for helpful pointers about setting up various Power BI features.&#x20;
{% endstep %}
{% endstepper %}

## Overview of Key Components

<figure><img src="/files/C7NHphhV4dDwcqwtpBqB" alt="" width="563"><figcaption><p>Image 3: Components in Super Filter visual</p></figcaption></figure>

Here's a breakdown of its key elements:

1. **Toolbar** (Located at the top of the visual):
   * **Search**: Quickly find specific values or categories within the filter.
   * **Saved Filter**: Access previously saved filter settings for faster configuration.
   * **Bulk Copy Paste**: Easily copy and paste large sets of filter values for bulk filtering.
   * **Erase**: Clear all entered or pasted values from the input canvas, resetting the filter.
   * **Progress Bar**: Displays the proportion of filter selections dynamically.
2. **Filter Canvas**:
   * The central area where all data inputs and selections are displayed.
   * Allows users to view available items and select specific values for filtering.
   * **Display Settings**: Configure viewing options within the visual. Details are displayed when data is added under the "Others" field.


---

# 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/introduction-to-inforiver-super-filter/getting-started.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.
