> For the complete documentation index, see [llms.txt](https://docs.fairmarkit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fairmarkit.com/buyers/analytics/review-analytics/drill-down-into-data.md).

# Drill-down into data

While reviewing your dashboard reports, you can click on some values to view detailed information about events. For example, with Baseline Spend, you can drill down to see a detailed list of events that were included in the calculation. From the detailed view, you can sort and download your data.

{% hint style="info" %}
**Note**: If there are too many rows, you may need to download the data to view all rows. See [Download data](/buyers/analytics/review-analytics/download-data.md).
{% endhint %}

### Drill-down into a value <a href="#drilldownintoavalue" id="drilldownintoavalue"></a>

{% stepper %}
{% step %}
When you hover over a value, such as a calculation, date, or number, the value is underlined when you can drill-down to see the detailed information.<br>

<figure><img src="/files/6UrusCKqfVPmgtoXhrLY" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click a data point. A window opens with a data table with the list of events or other data.

<figure><img src="/files/e0tAEULjbn23UtzuI5pd" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### Drill-down on chart data <a href="#drilldownonchartdata" id="drilldownonchartdata"></a>

{% stepper %}
{% step %}
When reviewing a chart, if you click on a data point and can drill into data, a menu displays.

<figure><img src="/files/jYZjZAKk78sOQeIPO2Qf" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select an option. A window opens with a data table with the data for the selection.

<figure><img src="/files/hfh4TIQLgMHhqA35XRL5" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.fairmarkit.com/buyers/analytics/review-analytics/drill-down-into-data.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.
