> 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/user-guide/3-create-your-first-planning-app/3-1-create-plan-app-connect-to-semantic-model.md).

# 3.1 - Create a planning app

This guide shows how to create a plan app, connect to a semantic model, and build a planning sheet using the sample data from [Introduction to plan (preview) and environment setup](https://github.com/lumelinc/FabricPlanningDocs/blob/Dev/guides/planning-tutorial/planning-sheet-fundamentals/0-introduction.md).

## Create a plan app

1. From your Fabric workspace, select **New item**.

![](/files/TpckBLgjBKsGKadSyNOZ)

2. Select **Plan (preview)** to create a new plan app.

![](/files/ce8zBONkJiXpNcIz2364)

3. Enter the app **Name** and select **Create**.

![](/files/UmjKfIyXP4A2iNZGT10G)

4. Your first plan app opens when it's created.

![](/files/icObr2liXKVDIiyf3mwm)

#### Set up connection (optional)

To enable viewers of your plan app to collaborate, complete the optional steps in this section.

5. Select **Set up connection**.

![](/files/ke4acnVJe6Cc48B4HprK)

6. Select a Fabric SQL connection. Choose an existing connection or [create a new connection](https://github.com/lumelinc/FabricPlanningDocs/blob/Dev/guides/planning-tutorial/planning-how-to-create-database-connection.md), and then select **Connect**.

![](/files/bUBhNPO0s4owc16g9g5M)

## Connect to a semantic model

Bring in data to your plan app by connecting it to a semantic model. You can use your own semantic model or the [sample semantic model](https://github.com/lumelinc/FabricPlanningDocs/blob/Dev/guides/planning-tutorial/planning-sheet-fundamentals/0-introduction.md#set-up-sample-data) from the previous tutorial step.

1. Select **Semantic Model** on the launch screen.

![](/files/TudDKILN6f52w5E7EOQk)

2. Select an existing semantic model connection or [create a new connection](https://github.com/lumelinc/FabricPlanningDocs/blob/Dev/guides/planning-tutorial/planning-how-to-create-semantic-model-connection.md#create-a-semantic-model-connection).

![](/files/hrAJIE9OuI6c7oNcKnZw)

3. Select the **Semantic Model** field.

![](/files/JyVN2xmZAMzlnkt0O6gP)

4. Select your semantic model from the list and then select **Add**.

![](/files/tXzeN9KPXTfViKBxsJ9l)

5. Select **Connect**.

![](/files/Mo0BPAd2BkZVVSu2KJsi)

6. The semantic model tables appear in the **Data** pane.

![](/files/PZ4jqveWJfY6VqyhRfZv)

## Create a new planning sheet

1. You can select **Planning**, **PowerTable**, or **Intelligence**. To create a planning sheet, select **Planning**.

![](/files/9hBxR8VkG5quVQurJood)

2. Enter the planning sheet name and select **Create**.

![](/files/9yNy12iwNTBaqu19Tsaj)

3. Your new planning sheet is created.

![](/files/FVL5agedP1d0OLcBw8fo)

## Build your planning sheet

The next step is to select and add the required data from the semantic model to your sheet.

1. Semantic model data is available in the **Data** pane after creating the planning sheet.

![](/files/jTb1gxLwR6vaXXjcp6Uy)

2. Drag and drop the required data from the **Data** pane to the **Fields** pane to build the matrix sheet.

![](/files/JvTb2dnr2HyoP8zuVEBQ)

3. Assign dimensions to **Rows** and **Columns**, and assign measures to **Values** in the **Fields** pane. The planning sheet is created with assigned dimensions and measures.

![](/files/89ALs7mFtm9WJIRTqR8S)

4. Expand or collapse hierarchies by selecting the **Expand/Collapse** icon in rows and columns.

![](/files/K3WJeFJrBv3aXd0kpVHt)

## Next steps

Continue to the next getting started guide to explore the plan interface: [Explore the Plan Interface](/user-guide/3-create-your-first-planning-app/3-2-explore-plan-interface.md).


---

# 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/user-guide/3-create-your-first-planning-app/3-1-create-plan-app-connect-to-semantic-model.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.
