> 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/planning-sheets/how-tos/infobridge/share-measures.md).

# Share measures

## Import measures between planning sheets with Infobridge

By using Infobridge in plan, you can consolidate measures from different data sources, such as files and planning sheets, into a target planning sheet. For example, you can integrate multiple regional forecasts into a single global forecast.

In this article, you learn how to import a measure from one planning sheet into another.

### Prerequisites

Create two planning sheets with identical row and column dimensions. The row and column dimensions must match in both sheets to import measures successfully.

Sample reports used in this article:

* A COGS planning sheet that is used for forecasting and contains a *COGS Projections* data input measure.

  <figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2Fj8EbHBzmu2xjpTiGosmY%2Fsample-cogs.png?alt=media&amp;token=c6df5b3d-76c6-4f09-b4c2-15407f62cec9" alt=""><figcaption></figcaption></figure>
* A sales planning sheet

<figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2FJ36PFofPvd5kLq0GQixJ%2Fsample-sales.png?alt=media&amp;token=c4eb1a32-fbc8-4bf2-98f9-cc8634ff7ef7" alt=""><figcaption></figcaption></figure>

In this article, you use Infobridge to bring COGS projections into the Sales report.

### Create a bridge

1. Go to **Data** > **Queries** > **Add** and select **Planning sheet**.
2. Select **COGS Report** from the **Sheet** dialog.
3. Select the **COGS Projections** measure to be uploaded to the bridge. Select **Add**.

   <figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2FJKixt3bXyuVBNvreO0mR%2Fadd-bridge.png?alt=media&amp;token=c4f1eaf9-a2a1-4ef6-86e5-79beb86d995b" alt=""><figcaption></figcaption></figure>
4. A new bridge is created with the COGS Projections measure. The scope of this article is limited to importing a measure without any transformations. Validate the data and select **Close**.

<figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2FwyExM3KpbRxacCZB4prC%2Fnew-bridge.png?alt=media&amp;token=1d232925-d746-4d80-b8e2-982f2aeb7dc9" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Infobridge can be used to transform, cleanse, and change the structure of the data.
{% endhint %}

### Import a measure

1. Open the target planning sheet, *Quarterly Sales Report*.
2. The bridge created in the previous step appears under the **Queries** section. To import COGS projections, add it to the **Values** field.<br>

   <figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2FwyExM3KpbRxacCZB4prC%2Fnew-bridge.png?alt=media&amp;token=1d232925-d746-4d80-b8e2-982f2aeb7dc9" alt=""><figcaption></figcaption></figure>

Measures from Infobridge act like regular data source measures and can be used for calculations or included in other reports and visualizations.


---

# 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/planning-sheets/how-tos/infobridge/share-measures.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.
