> For the complete documentation index, see [llms.txt](https://viewzenlabsug.gitbook.io/userguides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://viewzenlabsug.gitbook.io/userguides/viewzen-analytics/dashboard/create-a-dashboard/toolbar/place-components/properties/data-properties.md).

# Data Properties

**Data Properties** can be used to consolidate data fields and their aggregations from one or more datasets to power the visual, effectively providing it with the necessary structure and form.

### Data-Visual Association Styles

In **ViewZen Analytics**, different styles are employed to link data with various visuals

1. [Dimensions ](/userguides/viewzen-analytics/dashboard/create-a-dashboard/toolbar/place-components/properties/data-properties/dimensions.md)and [Measures](#measures)
2. [X-axis and Y-axis](/userguides/viewzen-analytics/dashboard/create-a-dashboard/toolbar/place-components/properties/data-properties/x-axis-and-y-axis.md)
3. [Column](/userguides/viewzen-analytics/dashboard/create-a-dashboard/toolbar/place-components/properties/data-properties/column.md)

### Add data to a Visual

Data can be added to a visual by selecting the appropriate field (expand the [Dataset Utility](/userguides/viewzen-analytics/dashboard/create-a-dashboard/get-started.md)) and dragging it into the relevant area of the data properties zone (i.e., Dimensions, Measures, X-axis, Y-axis, Column)

<figure><img src="/files/pg8dlsRYhLLgFzkUUZke" alt="" width="375"><figcaption><p>Associate data to visual</p></figcaption></figure>

### Modify data source of a Visual

Two types of modifications can be made to the data associated with a visual

* **Change the data field itself** - The data column associated with a visual can be changed either by
  * Deleting the existing column and [adding the new column](#add-data-to-a-visual).
  * Clicking the column dropdown and selecting a new column.
* **Change the position of the data field** - The position of a data field can be changed by holding the drag handle, dragging and dropping it into the desired location.

<figure><img src="/files/MJVfGzfSs1ijZJVe6JJR" alt="" width="375"><figcaption><p>Modify data source of a Visual</p></figcaption></figure>

### Edit data source Label

The label of a data field can be edited by double-clicking on it, making the label editable. After making changes, click the checkmark to save the modifications.

<figure><img src="/files/kUN7skwwoShkFCnUr4EX" alt="" width="375"><figcaption><p>Edit data source Label</p></figcaption></figure>

### Grouping of numeric fields into bins

A numeric field can be directly used as a dimension by creating standard (equal-sized) bins as categories.&#x20;

### Grouping of date fields

Date fields can be directly used as **dimensions** by extracting meaningful attributes such as year, month, week, or day.

<figure><img src="/files/7esTjULNfBgtjD4COV7D" alt=""><figcaption><p>Number and date field groupings</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://viewzenlabsug.gitbook.io/userguides/viewzen-analytics/dashboard/create-a-dashboard/toolbar/place-components/properties/data-properties.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.
