# Setting Up Drill-through

### How to Set Up Drill through in xViz Gantt Chart?

**Drill through** allows users to explore detailed information related to specific data points in your report. Follow these steps to set up drill through for the xViz Gantt Chart:

1. **Create a Target Report Page:**

* Begin by creating a new report page. This will serve as the target page for drill-through.
* Design this page with the visual elements you want to display when users drill down into specific data.

2. **Configure Drill through on the Target Page:**

* Open the target report page.
* In the Visualizations pane, locate the Build visual section.
* Drag and drop the field that you want to enable drill through for into the drill through well. This field will act as the trigger for drill-through actions.

<img src="/files/gyNH26f6GLbX5NDGl92H" alt="Image 1: Drag and drop the drill-through field" width="138">

3. **Automatic Back Button Creation:**

* When you add a field to the drill through filters well, Power BI automatically generates a back button visual.
* This back button becomes a clickable element in published reports.
* Users who view your report in the Power BI service can use this button to return to the original source report page.

![Image 2: Clickable back button element is created](/files/wodifws9Y18kTDkuz2VX)

4. **User Interaction:**

* On the source page of your report (where the xViz Gantt Chart is displayed), users can **double-click** a specific data point.
* This action opens a context menu that supports drill through.
* Users can choose to drill through to the target page associated with that data point.

<img src="/files/maaQCuZiJZpv8inoL297" alt="Image 3: Double-click on the data point to open a context menu for drill-through option" width="283">

5. **Filtered Target Page:**

* When report readers select drill through, the target page is dynamically filtered.
* It displays relevant information related to the specific data point they double-clicked on.

Remember to test your drill-through setup thoroughly to ensure a seamless user experience. Happy reporting!


---

# 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.xviz.com/project-management/other-features/setting-up-drill-through.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.
