19 lines
506 B
Markdown
19 lines
506 B
Markdown
---
|
|
title: Group data in InfluxDB with Flux
|
|
list_title: Group
|
|
description: >
|
|
Use the [`group()` function](/influxdb/cloud/reference/flux/stdlib/built-in/transformations/group)
|
|
to group data with common values in specific columns.
|
|
influxdb/cloud/tags: [group]
|
|
menu:
|
|
influxdb_cloud:
|
|
name: Group
|
|
parent: Query with Flux
|
|
weight: 202
|
|
related:
|
|
- /{{< latest "flux" >}}/stdlib/universe/group
|
|
- /{{< latest "flux" >}}/stdlib/experimental/group
|
|
list_query_example: group
|
|
---
|
|
|
|
{{< duplicate-oss >}} |