> 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.md).

# Apply IBCS formats

The intelligence sheet is IBCS-certified, so you can create standardized business reports on top of your semantic models without manually formatting visual elements.&#x20;

The visualization library includes a set of IBCS-compliant charts designed for business reporting. These charts present performance metrics using consistent layouts, colors, and notation. You can also apply IBCS table templates to present actual values and variances in a consistent, readable format.

{% hint style="info" %}
Intelligence sheets support both strict and flexible IBCS standards. Use the **Minimal** theme to customize the prebuilt IBCS themes to meet organization-specific requirements.
{% endhint %}

In this module, you learn how to configure charts and tables by using the different types of built-in IBCS templates.

### Prerequisite

To use IBCS-compliant charts in the dashboard, select **IBCS** in the **Visualizations** pane. This filters the visualization library to display only IBCS charts.

<figure><img src="/files/7e8BaKMoqr1BZLktyuF8" alt=""><figcaption></figcaption></figure>

Alternatively, after creating the dashboard, go to **Canvas** > **Themes** in the **Intelligence** ribbon, and select **IBCS** to apply an IBCS theme with a single click.

<figure><img src="/files/eaDNrflD7gmRpE6Dn9dZ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Map comparison measures to the appropriate data wells to apply the correct IBCS formatting. Assign previous year values to **Comparison 1**, planned or target values to **Comparison 2**, and forecast values to **Comparison 3**.
{% endhint %}

### IBCS templates in intelligence sheets

IBCS templates provide preconfigured layouts and formatting that align with IBCS standards.

* **C01 to C04:** [Column and bar charts](/documentation/plan/intelligence-sheets/how-tos/apply-ibcs-formats/column-and-bar-charts.md)

<figure><img src="/files/bxfyhLcSlPsUzzqcgphP" alt=""><figcaption></figcaption></figure>

* **C05, C06, and C12:** [Waterfall charts](/documentation/plan/intelligence-sheets/how-tos/apply-ibcs-formats/waterfall-charts.md)

<figure><img src="/files/JIIacv82XYiqG8AYUMOh" alt=""><figcaption></figcaption></figure>

* **C07 and C08:** [Area and line charts](/documentation/plan/intelligence-sheets/how-tos/apply-ibcs-formats/area-and-line-charts.md)

<figure><img src="/files/nn92O9EDRDXxQ8ZChG20" alt=""><figcaption></figcaption></figure>

* **C09 and C10:** [Scatter plots and bubble charts](/documentation/plan/intelligence-sheets/how-tos/apply-ibcs-formats/scatter-and-bubble-charts.md)

<figure><img src="/files/CIHCf9vicgQpLJJfQDMe" alt=""><figcaption></figcaption></figure>

* **C13:** Small multiples

<figure><img src="/files/9uOtYCqLvMk7tSuEvuhT" alt=""><figcaption></figcaption></figure>

* **T03 to T05:** [Table templates](/documentation/plan/intelligence-sheets/how-tos/apply-ibcs-formats/table-templates.md)

<figure><img src="/files/2jH9La86wqip0kfLvkCP" 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.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.
