We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff8205 commit 6c11195Copy full SHA for 6c11195
software/modules/ROOT/partials/aggregate.adoc
@@ -132,6 +132,19 @@ median::
132
Returns the value of the measure from the row that has the 50th percentile value.
133
+
134
`median (sales)`
135
++
136
+[IMPORTANT]
137
+====
138
+Median is *not* supported when the resulting query:
139
140
+- is a complex query (chasm/fan trap) with non-shared attribute. This is referred to as an attribution query.
141
+- has group-by-group_aggregate
142
+- has a reusable set
143
+- has a query with an IN-filter query
144
+- is displayed as a pivot table
145
+- table aggregate summary over median column
146
147
148
149
[#min]
150
min::
0 commit comments