> For the complete documentation index, see [llms.txt](https://docs.editable.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.editable.io/get-started/add-editable-visual.md).

# Add EDITable visual

EDITable is a custom visual in Power BI. The first step to using EDITable is to add it to the Power BI canvas before we start working on it.

## 1. Add visual

Click on the **EDITable** icon from the Visualizations pane. Resize it to fill the entire screen.

<figure><img src="/files/Vfz5C2EYUGzH5k61Qoxm" alt=""><figcaption><p>Add visual</p></figcaption></figure>

{% hint style="info" %}
*EDITable can be used with other native and custom Power BI visuals, but throughout this guide, we will demonstrate and display EDITable images in full-screen mode for the best experience.*
{% endhint %}

## 2. Getting started with EDITable

EDITable provides the following two options:

* Use Existing Table
* Create New Table

<figure><img src="/files/fs2ygCfvXkm5vNoSnWK2" alt=""><figcaption><p>Getting started</p></figcaption></figure>

### 2.1. Use Existing Table

If your data already resides in any of the supported databases, you can directly connect to the data in **DirectQuery mode** and assign the fields before customizing and managing it.

[This section](/getting-data-into-editable/connect-to-data.md) explains how to connect to data and assign fields.

### 2.2. Create New Table

If you need to create a table from scratch or if you want to import your spreadsheet data (.xlsx or .csv formats) to the databases, you can use this option.

[This section](/getting-data-into-editable/create-a-table.md) explains both of the methods mentioned above in detail.


---

# 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.editable.io/get-started/add-editable-visual.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.
