> 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/powertable-sheets/how-tos/create-a-table-app/create-powertable-sheets-faq.md).

# Create PowerTable Sheets FAQ

This article provides answers to frequently asked questions about creating PowerTable sheets in Plan. Review these common scenarios to understand connection setup, table creation, supported data sources, and configuration options.

### What is the difference between **Explore PowerTable** and **Create a New App** on the welcome screen?

* **Explore PowerTable** loads sample data into a Fabric SQL database and allows you to explore pre-built PowerTable sheets that are already configured.
* **Create a New App** lets you choose your own data source and work with your own data instead of sample data. You can:
  * Import data from an Excel or CSV file.
  * Connect to an existing database table.

Unlike **Explore PowerTable**, the sheet isn't preconfigured, allowing you to set up all items from scratch.

### Why does the **Set up connection** banner appear only once, and what does it enable?

The **Set up connection** process runs only once for each Fabric Plan item, not for each PowerTable sheet.

Completing the connection:

* Connects the Plan item to the app/system database.
* Allows users with the **Viewer** workspace role to use the Plan item.

If you dismiss the banner without completing the setup, the Viewer capability remains unconfigured.

### What does the **Authentication kind** set to **Organizational account** mean? Can I connect as someone else?

The **Organizational account** authentication kind authenticates the connection by using your signed-in Microsoft Entra identity instead of stored database credentials.

The **Create New Connection** dialog uses your currently signed-in account by default. If you want to use a different account, select **Switch account**.

### Do I need to create a new connection for every PowerTable sheet?

No. You only need to create a connection once.

You can reuse the same connection for any PowerTable sheet that connects to a Fabric SQL database within your client. You don't need to create a new connection for each sheet.

### Is a PowerTable sheet the same as the SQL table that it points to?

No. A PowerTable sheet is a view and editing surface over a table in the Fabric SQL database. The sheet and the SQL table are named separately.

The sheet that you create is bound to the table that you create or connect to during setup. This separation allows edits to remain pending in the sheet until you select **Save to Database**.

### When should I choose an **Existing Table** instead of a **New Table**? Can I use a schema other than **dbo**?

Choose **Existing Table** when you want to connect the PowerTable sheet to a table that already exists in the Fabric SQL database.

Choose **New Table** when you want to create a new table by importing data from:

* An Excel file.
* A CSV file.
* A semantic model.

### What does the **Exclude records and import table structure only** checkbox do?

This option creates the table by using the spreadsheet's columns and data types without importing any rows.

Use this option when you want to create an empty table and bulk import or manually insert data later.

### What does selecting **Identity Column** do? Can I change it afterwards?

Selecting **Identity Column** while configuring a table creates an identity constraint in the database. The selected column becomes an auto-incrementing column.When you add new rows to the table, the value in the identity column increments automatically.

### What file types can I upload during table creation?

When you create a new table, you can import data from:

* An Excel file.
* A CSV file.

You can also connect to a semantic model in your tenant.

### What other types of databases can I connect to by using PowerTable?

Currently, PowerTable supports connections only to Fabric SQL databases.

To use data from other sources, consider mirroring or copying the data into a Fabric SQL database before connecting PowerTable.

#### What does the **Enable support for Slowly Changing Dimensions (SCD)** toggle do?

Enabling support for SCD allows you to configure a table with **SCD Type II** or **SCD Type III** tracking.

Depending on the option that you choose, you can maintain the history of:

* Changes to each row.
* Changes to specific columns.

Before you configure SCD Type II or Type III tracking, ensure that your table meets the required prerequisites. For more information, see the Microsoft documentation on [Slowly Changing Dimensions](/powertable-sheets/how-tos/create-slowly-changing-dimensions.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/powertable-sheets/how-tos/create-a-table-app/create-powertable-sheets-faq.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.
