# Rename column

You may need to rename your measures and dimensions within the bridge to easily identify them or conform to naming conventions followed in your target report. Additionally, when you perform operations like adding measures/dimensions or pivoting/unpivoting columns, you can use the Rename Column option to change the default names.

To demonstrate this feature, let's update the "Sum of COGS" measure to "Cost of Goods Sold". Click **Rename Column** and select the "Sum of COGS" option from the **Column** dropdown. Enter the updated column name in the **New Column Name** textbox. Click Apply.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/image%20(2530).png" alt=""><figcaption><p>Rename column option</p></figcaption></figure>

Notice how the measure has been renamed to "Cost of Goods Sold".

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/image%20(2531).png" alt=""><figcaption><p>Renamed column</p></figcaption></figure>


---

# Agent Instructions: 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.fabricplan.com/infobridge/9.-data-transformations/rename-column.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.
