> ## Documentation Index
> Fetch the complete documentation index at: https://docs.explo.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Dataset Fields

Any field in a dataset can be referenced as a variable in different components such as:

* Text components
* Chart titles
* Goal lines
* Progress goal totals

To use a value, use the following syntax. Note that this can only pull the value in the first row of that dataset.

* `dataset_name.field_name`: This is the dataset name and which field you want to reference in that dataset

<Note>
  Dataset fields can only be used in dashboard components and can not be
  referenced in other datasets.
</Note>
