1. A user wants to compute each region's sales as a PERCENT OF TOTAL across all regions in the view. Which feature is designed for this?
- A. A table calculation (Percent of Total)✓ Correct
- B. A data source filter
- C. A group
- D. A bin
Explanation
A table calculation (like Percent of Total) computes values based on the data already in the view (e.g., each mark relative to the total). A data source filter (B) limits data, a group (C) combines members, and a bin (D) buckets a measure.