---
title: "Multi Series Charts"
slug: "multi-series-charts"
description: "This document demonstrates how to use a Multi-Series Chart to display multiple selected data fields in a user selected chart type. This allows users to view multiple pieces of data that are related to the same single object."
updated: 2025-09-05T21:22:59Z
published: 2025-09-05T21:22:59Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Multi Series Charts

## Overview

Within a Report, a Series represents a set of values derived from the subtotals of grouped data fields. Each series corresponds to a specific grouping or calculation and can be displayed as its own line, bar, or segment within a chart.

When a Report contains more than one grouped data set, a Multi-Series Chart can be used to display multiple series in the same visualization. This allows users to compare related values side-by-side or in stacked form, making it easier to identify trends, relationships, and differences across categories.

Not just any type of chart view can have multiple series. **Multiple Series** are available for **Areas, Bars, Bubbles, Columns, Dots, Lines, and Stacked Bars.**

To enable multiple series in a chart view, one of the following must be configured:

- Report Subtotals: Define subtotals on the grouped data fields to be added as individual series.
- Use Subgroups: Automatically generate series based on subgroups within the main grouping.

---

## Configuration

### Using Report Subtotals

1. Create a Report and add Data Sources/Columns to populate it.
2. Group the Report by the desired field (e.g., Month).
3. In the Properties panel, expand Results and select Add under [**Sub Totals**](https://documentation.decisions.com/docs/adding-charts-to-a-report#configuration). Configure the subtotal as needed (e.g., Count, Sum, Average).![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-09-05_13h24_45.png)
4. Add a chart view by selecting **Views > Add** and choose a supported chart type (e.g., Stacked Bars).
5. In the chart’s configuration dialog, Series 1 will be prepopulated with the grouped column.
6. Select Add Series to include additional subtotals as Series 2, Series 3, etc. (custom colors may also be applied).
7. Save the chart. The selected series will display together in the visualization and can be further customized in the Properties panel. Refer to the [Adding Charts to a Report](https://documentation.decisions.com/v9/docs/adding-charts-to-a-report#chart-settings) Chart Settings information.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-09-05_13h26_22.png)

### Using Subgroups

1. In the chart’s Properties panel, under Chart Data, enable Use Subgroups. This setting is only available if there is one series as the Sub Groups will create the other series.
2. When enabled, each subgroup within the main grouping is automatically displayed in the chart as its own section.
3. This allows a single grouping to produce multiple series without configuring individual subtotals.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-09-05_13h22_45.png)

---

## Troubleshooting

| Tip | Screenshot |
| --- | --- |
| When using the Sub Total function, if there are fields with null results this will produce incorrect results. Be sure to check the Exclude Null Values box to prevent this from occurring. | ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/Screenshot%202025-01-16%20163643.png) |
| When using Multi-Series Charts, the tooltip may display only the main grouping rather than the subgroup (series) name. To provide context for each section, add a Legend to the chart so users can identify which subgroup each series represents. A fix for this behavior is planned for an upcoming release. | ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-09-05_13h34_47.png) |

---

## Feature Changes

| Description | Version | Release Date | Developer Task |
| --- | --- | --- | --- |
| Added the "Exclude Null Values" setting to the Add Sub Totals screen. | [9.4](https://documentation.decisions.com/v99/docs/version-94x-release-notes) | November 2024 | [DT-040681] |
| Use Subgroups property added. | [9.15](https://documentation.decisions.com/v99/docs/version-915x-release-notes) | September 2025 | [DT-043212] |
