# Measure/Column selection functions

| NAME                                                                                               | DESCRIPTION                                                                                |
| -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| [GET](/formula-syntax/measure-column-selection-functions/get.md)                                   | Returns the value in the index of the list                                                 |
| [GETCOLBETWEENPERIODS](/formula-syntax/measure-column-selection-functions/getcolbetweenperiods.md) | Fetch column list within a period range                                                    |
| [GETLOCALELABEL](/formula-syntax/measure-column-selection-functions/getlocalelabel.md)             | Defined translations based on Power BI language settings                                   |
| [GETMEASUREBYINDEX](/formula-syntax/measure-column-selection-functions/getmeasurebyindex.md)       | Returns measure values based on the specified index                                        |
| [SELECT](/formula-syntax/measure-column-selection-functions/select.md)                             | Returns the range of cells between the start and end columns of a specified measure        |
| [SELECT\_BYINDEX](/formula-syntax/measure-column-selection-functions/select_byindex.md)            | Returns an array of measure values by selecting columns based on their numerical positions |
| [TABLE](/formula-syntax/measure-column-selection-functions/table.md)                               | Formats the data in each cell and arranges items as rows/columns                           |


---

# 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.inforiver.com/formula-syntax/measure-column-selection-functions.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.
