...
Primary calculations are executed on the OLAP server, not through queries.
[ Primary Calculation Function ]
Aggregation | Description |
---|---|
None | No calculation based on aggregation |
Sum | Total value |
Min | The minimum value |
Max | The maximum value |
Average | The average value |
Count | Number of data records |
Calculate | Automatically changes to Calculate when a formula is written for the property Do not arbitrarily set this value |
DistinctCount | Number of data records after removing duplicate values |
Text | Returns the field value of the first record in text |
...