# ROW\.LABEL

ROW\.LABEL can be used to access specific row values in the report. If the dataset contains a row hierarchy, ROW\.LABEL can access all levels of the hierarchy.

## Example

Consider that we need to calculate the global contribution for the Juices and Mineral Water categories.

In order to accomplish this, we need to first identify the rows with data for Juices and Mineral Water. This is where ROW\.LABEL comes into play as shown in the image below.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/image%20(1115).png" alt=""><figcaption><p>ROW.LABEL</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/planning-sheets/formula-syntax/identifiers/row.label.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.
