# Drill Through

The **Drill Through** feature allows users to explore data in greater depth by drilling into a **specific dimension value** from a saved View. It provides contextual insights by dynamically updating the View to reflect the selected drill-through dimension. This enables users to move from high-level summaries to detailed, dimension-specific breakdowns.

### Steps to Use Drill Through

1. Navigate to the **final screen** of a Report.
2. Select a **View** that includes at least one Dimension.
3. Click the **ellipsis (⋮) icon** for the selected View.
4. Choose **Analyse** to open the View in analysis mode.

#### Performing Drill Through

1. In the **Analyse window**, left-click on a column containing a **data value**.
2. A **context menu** opens.
3. From the menu, select **Drill Through**.
4. A list of related drill-through options appears.
5. Select the desired option to drill through.

* The View dynamically updates to reflect the chosen drill-through perspective.

### Example

* A saved View displays **skill-based USD billing** (BizViz, SQL, Algorithms).
* The user selects **Source-wise Drill Through**.
* The updated View now shows the **sum of USD billing by Source** for the selected skills.

### Refining Drill Through

* To switch to another drill-through dimension:
  1. Use the **drop-down menu** next to the currently applied dimension.
  2. Select another Dimension from the context menu.
  3. The View updates based on the newly selected dimension.

**Example:**

* Switching from *Source-wise* to *Previous Organization-wise* drill-through updates the View to show **USD billing grouped by Previous Organization** for the same skills.

### Returning to Original View

* To exit Drill Through, click the **Close icon** next to the selected Drill Through option.
* The View reverts to its **original display**.

### Best Practices

* Use Drill Through on Views with **multiple dimensions** for richer exploration.
* Apply **filters** before drilling through to focus on the most relevant subset of data.
* Combine **Drill Through** with **Drill Into (time-based)** to analyze both contextual and chronological perspectives.


---

# 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.bdb.ai/bdb-user-documentation/platform-modules/10.0/bdb-visualization/self-service-reports/report-page/options-assigned-to-a-view/analyse/data-drills/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.
