正解:C
Numeric is the only type of measures that support aggregate functions. Measures are numeric fields that can be aggregated using functions such as SUM, AVG, MIN, MAX, or COUNT. For example, you can use a measure to calculate the total revenue or the average order value from your data. Date, Text, and Boolean are not types of measures, but types of dimensions. Dimensions are fields that can be used to group or filter data, but not to perform calculations. References: Measures andDimensions