> 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/overview/infobridge-connected-planning.md).

# Infobridge - Connected Planning

The *Infobridge* component of planning is a no-code data integration, preparation, and transformation engine that you use to connect to multiple data sources and consolidate them into a single, unified report. You can also perform common transformations on data sources, such as appending, merging, pivoting, unpivoting, and grouping data.

### Why use Infobridge?

Business reporting and planning often involve multi-page reports with data at varying granularities. Infobridge consolidates data from multiple sheets into a single writeback table—simplifying data management and ensuring consistency across reports. Without Infobridge, each sheet writes back to its own table, and you maintain multiple tables separately.

Infobridge solves use cases that require:

* Composite modeling
* Extract, transform, load (ETL) and automation tools
* Complex Data Analysis Expressions (DAX) and SQL scripting
* Extensive business intelligence expertise

Note

**Best practice** Use a single writeback table whenever possible. This approach minimizes maintenance overhead and makes it easier to consume data in consolidated profit and loss (P\&L) statements or executive dashboards.

### Use cases for Infobridge

* **Regional and global budgeting**: Manage regional budgets with dedicated pages for each region, and consolidate them into a global budget page.
* **Operational expense planning**: Plan expenses at a granular level (for example, salary plans at the employee level) and consolidate them into broader expense categories.
* **Financial planning and analysis**: Import sales and cost of goods sold (COGS) data from product-level reports into consolidated P\&L statements. Plan and forecast on the consolidated data.
* **Planning in pharmaceutical and manufacturing industries**: Plan at the material level and aggregate data to higher levels like plant or product family.
* **Cost center planning**: Plan at detailed levels (for example, IT maintenance costs, miscellaneous costs within specific cost centers) and aggregate the data for executive dashboards.
* **Capacity planning**: Convert volume forecasts from the planning sheets into headcount and resource requirements.

### Key capabilities

The following table lists the core capabilities of Infobridge.

| Capability                       | Description                                                                                                                            |
| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| **Centralized data access**      | Access business data from multiple systems in a single platform, reducing the need to switch between tools.                            |
| **Data integration**             | Combine data from different types of sources to create unified reports.                                                                |
| **Collaborative planning**       | Create forecasts, budgets, and plans across multiple planning sheets and integrate them with Infobridge.                               |
| **Advanced data transformation** | Join, merge, append, group, and pivot rows and columns.                                                                                |
| **Data cleansing functions**     | Standardize, clean, and organize datasets with built-in functions, such as rounding, text manipulation, find-and-replace, and sorting. |

### Infobridge integration with planning

Infobridge integrates data from planning sheets, PowerTable sheets, and other data sources, and then writes the consolidated data back to a single destination table.

This process involves the following tasks:

* Create a bridge from a planning sheet.
* Add data sources from sheets or external files.
* Transform and prepare data within the bridge.
* Write the consolidated data back to the destination table.


---

# 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/overview/infobridge-connected-planning.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.
