> 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/tips-and-tricks/2.-report-page-tooltip.md).

# 2. Report Page Tooltip

Super Filter now supports Report Page Tooltips within the visual. With this feature, you can display detailed report pages by simply hovering over filter values, providing a more interactive and informative experience.

### Steps to Enable and Use:

1. Create a Report Page Tooltip in Power BI. For additional guidance, review the official documentation: [Create Report page tooltip in Power BI Desktop](https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-tooltips)

<figure><img src="/files/UTslP3umjTumN2rCvNPa" alt="" width="375"><figcaption><p>GIF 1: Report Page Tooltip in Super Filter</p></figcaption></figure>

{% hint style="warning" %}
Page as Tooltip is supported in specific scenarios:

* **Hierarchy Filter**: Available for **leaf-level** items.
* **Facet Filter**: Works when **only one category** is added.
* **Date Filter**: Supported when **only the date** is used.
* **Category + Date**: Tooltip is **not shown** if a category is added along with the date
  {% endhint %}


---

# 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/tips-and-tricks/2.-report-page-tooltip.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.
