# Exploring Meter Data

### Aggregating Graphical Data

The graphical representation of data in the chart may be shown in the original logging intervals (e.g. 15 minutes), or [->aggregated](/collection/academy/aggregations-in-eliona.md) to larger intervals. A range of intervals is available from multiple minutes to hours, days, months etc.

<figure><img src="/files/nvOCphtxOPnMj4qnq3fk" alt=""><figcaption></figcaption></figure>

In the [*->Analytics Configuration*](/collection/platform/insight-analytics/the-insight-analytics-interface/chart-options.md) bar **\[A]** you can select whether the chart shows raw data as recorded ("*Current value*") or data aggregated to a specified Interval. See [->Analytics Mode](/collection/platform/insight-analytics/the-insight-analytics-interface/chart-options.md#mode-c) for more detail.

### Examining Values

You can inspect each individual interval value in the chart by highlighting the relevant point with your mouse pointer.

<figure><img src="/files/Fo5HHLbzihUS9uZICz92" alt=""><figcaption></figcaption></figure>

### Exporting Chart Data

For most of the *Analytics* charts, there are a number of options that make it easy to share the data you are viewing for use outside the *BuildingPro Suites* environment.

To export chart data, click on the *Export* button **\[B]**.

You are given the choice to:

* Export an image of the current chart as a .PNG raster graphic
* Export an image of the current chart as a .JPEG raster graphic
* Export an image of the current chart in .PDF format
* Export an image of the current chart as an .SVG graphic
* Export a CSV file of the data used in the current graph.

<figure><img src="/files/w7TIrjuE2euS07vQmdNR" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The CSV export stores meter data as `One Row Per Datapoint`: Each row will contain a single data point value, so the date column will also specify the sampling time.
{% endhint %}

<figure><img src="/files/zjZjDgULgBtabo2tWCCu" alt="" width="302"><figcaption></figcaption></figure>


---

# 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.buildings.ability.abb/collection/platform/insight-analytics/examining-meter-data.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.
