> 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/analytics+/working-with-analytics+/2.-data-management/adding-calculated-measures.md).

# Adding calculated measures

You can create and plot visual-level measures with Analytics+. Click the<img src="/files/4DCHGqw6LR5OfeueFXCE" alt="" data-size="line"> icon in the measures section to open the formula bar and enter a formula. Use the '#' key to open the suggestion window.

{% hint style="info" %}
You can also create calculated measures using the **Formula** button in the **Data** section of the toolbar.
{% endhint %}

<div><figure><img src="/files/nKW0ccRU0r6o3oTk2wtb" alt=""><figcaption><p>Creating a calculated measure for tables</p></figcaption></figure> <figure><img src="/files/rMacKE73cRvJh41T0SE9" alt=""><figcaption><p>Calculated measure for cards</p></figcaption></figure> <figure><img src="/files/Tp2htUHm4OEYDjAYSscp" alt=""><figcaption><p>Calculated measure for charts</p></figcaption></figure></div>

The calculated measure can then be plotted and assigned to a data bucket like regular measures. Click the <img src="/files/V7IsmLVYsQmEuFM8ETE0" alt="" data-size="line">icon in the pivot data window to modify the formula.

<div><figure><img src="/files/pV7qXyuKnDLoVngKCo8E" alt=""><figcaption><p>Plotting calculated measures in charts</p></figcaption></figure> <figure><img src="/files/6M5js2CArstLQjT9BIOP" alt=""><figcaption><p>Plotting calculated measures in cards</p></figcaption></figure> <figure><img src="/files/YY09btrtwNSvx1aowBJ8" alt=""><figcaption><p>Plotting calculated measures in tables</p></figcaption></figure></div>

Click the <img src="/files/YVupiBPG2IJhYAEQzihN" alt="" data-size="line">icon in the pivot data window to delete a calculated measure


---

# 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/analytics+/working-with-analytics+/2.-data-management/adding-calculated-measures.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.
