> For the complete documentation index, see [llms.txt](https://docs.chainargos.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chainargos.com/documentation/concepts/measures.md).

# MEASURES

"MEASURES" is a field that uses a SQL aggregate function, such as `COUNT`, `SUM`, `AVG`, `MIN`, or `MAX`.&#x20;

Any field computed based on the values of other measure values is also a "MEASURE."&#x20;

"MEASURES" can be used to filter grouped values. For example, "MEASURES" for a "Tokens" view might include "Count" (a count) and "Distinct Token Addresses" (a sum). &#x20;

Although "DIMENSIONS" can be non-numerical attributes such as "Categories," "MEASURES" can only ever be numerical.&#x20;
