Multiple choice technology programming languages

You are creating a report to summarize the number of cars sold by region. Which object should you use to aggregate the number of cars sold?

  1. Detail

  2. Measure

  3. Dimension

  4. Sum

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In business intelligence reporting, a Measure represents numeric values that can be aggregated (summed, averaged, etc.) like 'cars sold'. Dimensions (like Region) categorize data but don't aggregate. Detail is raw data level, and Sum is an aggregation operation, not an object type.