> 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+/7.-customize-measures/tables-measure-series.md).

# 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
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+/7.-customize-measures/tables-measure-series.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.
