> 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/release-notes/editable-v1.6.md).

# EDITable - v1.6

## New

### **1. Rule-Based Access Control for updating and deleting rows**

You can now define specific rules that grant permission for particular users to update or delete designated rows in the database. This feature improves data security and allows more granular control over data.

<figure><img src="/files/MJ7Xpn195v8udMRjpgQE" alt=""><figcaption><p>Rule-based access control for updating and deleting rows</p></figcaption></figure>

### **2. Bulk update rows by importing CSV or Excel files**

* You can now update multiple rows at once by importing CSV or Excel files, similar to how you bulk-import new rows. The rows are updated based on matching primary keys from the file.
* We have included two options here - '**Update'** with which you can update existing rows and **'Insert and Update'**  when you need to insert new ones and modify the existing ones.&#x20;

<figure><img src="/files/fqoptZen6DYPMihpYyfd" alt=""><figcaption><p>Bulk-update rows </p></figcaption></figure>

### **3. Import and Export Column Configurations**

You can now export a saved column configuration to a flat file and import it back into a similar table in the visual. This feature allows you to replicate configurations easily, saving time by avoiding configuring everything from scratch. Please refer to [this section](/working-with-editable/manage-columns/import-export-configuration.md) to know more.

<figure><img src="/files/9YfOngBUFjhGZZbb8ZNw" alt=""><figcaption><p>Import the exported configuration</p></figcaption></figure>

### **4. The 'Summary' option in columns for aggregate column summary**

The new 'Summary' option provides a quick overview of column values, including the number of empty values, unique values, filled values, percentage of empty/filled/unique values, date range, earliest date, latest date, and so on.

This allows you to quickly identify any data anomalies, such as missing data or unique values, as well as perform simple categorical analyses on large datasets, such as percent of empty rows, percent of unique values, date range, earliest and latest dates, and so on.

<figure><img src="/files/qsN1kkPJjeAo7hwPcx4j" alt=""><figcaption></figcaption></figure>

## Enhancements

### **1. AD group support in approvers list**

You can now add AD groups (Active Directory groups) in the approvers list for Default and Rule-based approvers types.

<figure><img src="/files/wj1hk18l1YU1XXRhUnr4" alt=""><figcaption><p>Adding AD group in approvers list</p></figcaption></figure>

### **2. Included the 'Submit for Review' option for rule-based approvals**&#x20;

Previously, the '[Submit for Review](/approval-workflow/review-changes-workflow-process.md#submit-for-review)' option was available only when approvers were set manually (Default method). This option has now been extended to rule-based approvals.&#x20;

### Enhancements in EDITable console

### **3. Create EDITable reports for existing tables—right from the EDITable console**

Usually, EDITable lets you [connect to an existing database](/getting-data-into-editable/connect-to-data.md) from a Power BI report, after which you can start editing the table. Now you can create and download EDITable .pbix reports for existing database connections directly from the console by clicking the option below:

<figure><img src="/files/9eNOuzQLMxjsRIxo7n4V" alt=""><figcaption><p>Create EDITable reports for existing tables from the console</p></figcaption></figure>

If the table has already been configured in EDITable, you'll be prompted to confirm whether the existing configurations can be restored. Clicking on **Proceed** restores the configuration from EDITable.

<figure><img src="/files/J5lWgTs2wNN37xms0usJ" alt=""><figcaption><p>Restore configuration</p></figcaption></figure>

### **4. Table creation in the console: Configure input type, lookup and relations, description and default value**

While creating a table from the console, you can configure the input type, lookup and relations for single-select/multi-select input, description, and default value directly from the EDITable console.

<figure><img src="/files/twOXm1W8UhrKW9cWzKPk" alt=""><figcaption><p>Configure input type, lookup and relations from the console</p></figcaption></figure>

### **5. Option to select a specific sheet from Excel to import data**

In the EDITable console, when you want to [import data from an Excel file](https://docs.editable.io/release-notes/pages/ocQS195Jlpf4qFLycU6f#id-2.-import-data) to create a table, you can choose the specific sheet you wish to import. Previously, 'Sheet1' would be automatically selected for import, by default.

<figure><img src="/files/k8vifiIlENdP9g3JvyPX" alt=""><figcaption><p>Select a sheet to import</p></figcaption></figure>

### **6. Download multiple tables as a single PBIX report with each table on a page**

We have added a 'Download Report' option in the console, allowing you to download multiple tables from a connection into a single PBIX report.

<figure><img src="/files/6qdHmj3nNg7JZJlt3mMh" alt=""><figcaption><p>Download multiple tables in a single PBIX report </p></figcaption></figure>


---

# 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/release-notes/editable-v1.6.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.
