# Tables measure series

In this section, let's look at the measure customization options specific to tables.

### 1. Show or hide measures

You can hide a measure by unselecting the checkbox alongside it. To render hidden measures again, you just need to re-select the checkbox.

<figure><img src="/files/QB4TDfftDW2WpsiedPkU" alt=""><figcaption><p>Measure series interface</p></figcaption></figure>

Let's hide the absolute variances.

<figure><img src="/files/LPPrT1XW4TQ7VqZTtbU9" alt=""><figcaption><p>Hiding series</p></figcaption></figure>

### 2. Setting custom widths

You can set custom widths for each measure in table mode. The width changes dynamically as you key in the values.

{% hint style="warning" %}
The scaling of row-level charts will be impacted when we use custom widths.
{% endhint %}

<figure><img src="/files/Lpw2ZofTA05mq6gfUGK3" alt=""><figcaption><p>Overriding the default width</p></figcaption></figure>

Click on the reset icon to restore the default width settings.

<figure><img src="/files/0K2MRspXyuGJCyAY6dVd" alt=""><figcaption><p>Reset width changes</p></figcaption></figure>

### 3. Variance

You can define the variance calculation for tables. The variance is calculated as AC - PY or AC - PL by default. You can flip the variance calculation to PL - AC or PY - AC.

<figure><img src="/files/lfZPHnvmnJlU4mkN6UI1" alt=""><figcaption><p>Changing the variance derivation</p></figcaption></figure>

### 4. Reordering measures

You can also re-order columns from this window. A hand icon appears when you hover over the menu icon adjacent to each column - you can drag the column to the desired position.

<figure><img src="/files/ilqFSx1jjbJXQjQN6pIl" alt=""><figcaption><p>Re-ordering columns</p></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.inforiver.com/analytics+/working-with-analytics+/7.-customize-measures/tables-measure-series.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.
