> For the complete documentation index, see [llms.txt](https://trello-guide.vizydrop.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trello-guide.vizydrop.com/date-dimension.md).

# Date Dimension

## Continuous vs Period Scale

We support two scales of date in Vizydrop: **continuous** and **period**. Date scale can be switched in the date dimension.

![](/files/-LB5uXX-vx6hV_k5Lpqj)

The main difference between these date scales is how they are rendered on plots, and how the value of axes in the scale are treated. Values on a period scale are treated as ordered unique categories, while the continuous scale is treated like a linear scale. See our example below on how the same data can be represented using different date scales.

![](/files/-LB5uXXKDE0nviHYPdSO)

## Grouping data by date

Very often, data needs to be aggregated by specific time periods, such as months or quarters. For example, when you need to see how many cards were created during a month (as shown on the chart above). We support the following grouping periods for dates: **DAY**, **WEEK**, **MONTH**, **QUARTER** and **YEAR**. There is also a *magic* **AUTO** option, which allows us to peek the most suitable date period grouping automatically. This grouping can be selected on the UI by clicking on the corresponding option in the data section of the dimension popup. It can also be provided using calculations.

![](/files/-LB5uXY-JPXyAdIpXgQ0)


---

# 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://trello-guide.vizydrop.com/date-dimension.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.
