# Reference Column

{% stepper %}
{% step %}

#### Go to **Setup > Columns**.

![](/files/dc60216c0cf8044c32006e09fb0d4d3086da8330)

*Setup > Columns*
{% endstep %}

{% step %}

#### Click **Add Visual Column > Add Reference Column**.

Alternatively, you can insert a new column from the 'Home' tab, as shown below:

![](/files/ce543b8f428cf950e01fa480cd7a2f2ed2be5ff6)

*Add Reference Column*
{% endstep %}

{% step %}

#### Enter the name of your visual column.

We want to include the order date, so we enter the name 'Order Date'. We can also change the type to 'Date'.

![](/files/3b64669578afc74a6c9b6593e7a48ed45dd11fac)

*Type and Column Name*
{% endstep %}

{% step %}

#### Enter the column and table details that you want to refer to.

Enter the connection details, schema name, reference table name, column to be referenced, and the column that corresponds to both current and reference tables. Click **Save.**

In the example below, we have referred to the 'Orderdate' column from the 'Sales' table, whose connection details we have entered.

![](/files/c6ecb61e5bddd8c806312fb4bd4bc4643f87b116)

*Table details*

The visual column is added to the table, and it looks as shown below:

![](/files/279c3ce985e9fa08f9b137593bf6955d5b1dd611)

*Reference column added*
{% endstep %}
{% endstepper %}

Reference columns are non-editable, and their values only change when the underlying column values change.


---

# 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/powertable-sheets/how-tos/adding-columns-overview/add-visual-column/reference-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.
