> 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/build-multi-measure-charts.md).

# Build multi-measure charts

Multi-measure charts let you visualize multiple metrics together using the most suitable chart type for each measure. Analyze correlations and performance in a single, unified view.

### Why use multiple chart types in one visual?

{% hint style="success" %}

### **When measures live on different scales, using a single chart type or axis cannot capture the full picture-**

Dashboards can have various types of data on different scales. If one measure ranges from 0–100 and another from 0–1,000,000, plotting them the same way will flatten the smaller one. Using different chart types or axes preserves proportion.

Charts represent different behaviours, for example,

* Counts and totals are best visualized with bars or columns
* Trends over time can be plotted with lines or areas
  {% endhint %}

### How to assign a specific chart type to a measure?

Use the **Series** button in the Home ribbon to change the chart type. Select the chart from the dropdown for each measure as demonstrated in the video. You can then customize the appearance of each chart from the **Canvas Settings** pane.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9w3ZYKKDH3FwOGSdXNrl%2Fuploads%2F5fB91NyYTVOoCtKivght%2FSeries.mp4?alt=media&token=ca90b396-d8f6-4800-98fe-3fda7de674b5>" %}


---

# 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/build-multi-measure-charts.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.
