> For the complete documentation index, see [llms.txt](https://docs.fabricplan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/apply-ibcs-formats/small-multiples.md).

# Small multiples

Use the IBCS small multiples template to compare the same metric across multiple categories in a consistent layout. Each panel uses the same scale and formatting, making it easier to identify patterns and differences.

{% hint style="info" %}
Small multiples work best with chart types that share a common scale and are intended for repeated comparison across categories
{% endhint %}

<table><thead><tr><th width="252.5">Configuration option</th><th>Configuration value</th></tr></thead><tbody><tr><td><strong>Chart type</strong></td><td>Bar/Column/Area/Line/Waterfall. </td></tr><tr><td><strong>Category</strong></td><td>Assign the dimension that defines the columns along the x-axis. The chart displays each unique value as a separate column. <em>Example: Month</em>.</td></tr><tr><td><strong>Actual(s)</strong></td><td>Assign one or more measures to analyze. The values determine the height of each stacked column or segment. <em>Example: Profit - Actual.</em></td></tr><tr><td><strong>Comparison 1-3(vs Actuals)</strong> </td><td><p>Assign up to three additional measures to compare with the actual values. The chart displays each comparison measure as a separate column or an overlapped column for the same category.</p><p>This is optional<em>. Example: Profit - Prior Year, Profit - Forecast.</em></p></td></tr><tr><td><strong>Trellis Row</strong></td><td>Assign a dimension to plot trellis panels. Each category is shown as a separate chart. <em>Example: Product.</em></td></tr></tbody></table>

<figure><img src="/files/jzcg7Pauem7F9n0jUzFa" alt=""><figcaption></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.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/apply-ibcs-formats/small-multiples.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.
