--- title: Granularity description: Control how detailed your analytics are with TQL granularity. Learn how to group data by time intervals like minutes, days, or months in TelemetryDeck. lead: The granularity of the query. order: 110 --- How fine-grained the query should be, for example per day, per hour, per minute, etc. `all` and `none` are special values that can be used to disable the granularity. Supported values are: - `all` - `none` - `second` - `minute` - `fifteen_minute` - `thirty_minute` - `hour` - `day` - `week` - `month` - `quarter` - `year`