> 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/getting-data-into-editable/connect-to-data.md).

# Connect to Data

There are two ways to connect to existing data in the databases:

1. **From the Power BI Report:** Use the **Get Data** option in Power BI to connect to the data through **Direct Query** mode.

<figure><img src="/files/76iOUaxMzamO3r5QCDAu" alt=""><figcaption><p>'Get data' option in Power BI </p></figcaption></figure>

2. **From the Editable Console:** Select '**Create Table'** and choose **Use Existing Data.** The detailed steps are available [here](/getting-data-into-editable/create-a-table/use-existing-table.md).

<figure><img src="/files/xmoGInZ1Gikp0czZAbzX" alt=""><figcaption><p>Get data from the console</p></figcaption></figure>

\
\
In this section, we will focus on connecting to an existing database using the EDITable visual in Power BI. This process involves the following steps:

1. [Get Data](/getting-data-into-editable/connect-to-data/get-data.md)
2. [Assign fields](/getting-data-into-editable/connect-to-data/assign-fields.md)
3. [Configuration Steps](/getting-data-into-editable/connect-to-data/configuration-steps.md)

All these are explained in the upcoming sections.&#x20;


---

# 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:

```
GET https://docs.editable.io/getting-data-into-editable/connect-to-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
