Microsoft
70-460 · Question #23
You are developing a SQL Server Analysis Services (SSAS) cube for the sales department at your company. The sales department requires the following set of metrics: - Unique count of customers…
The correct answer is B. Place the distinct count measures in separate measure groups. F. Use the Distinct Count and Sum measure aggregation functions. See the full explanation below for the reasoning.
Question
You are developing a SQL Server Analysis Services (SSAS) cube for the sales department at your company. The sales department requires the following set of metrics:
- Unique count of customers
- Unique count of products sold
- Sum of sales
You need to ensure that the cube meets the requirements while optimizing query response time. What should you do? (Each answer presents a complete solution. Choose all that apply.)
Options
- APlace the measures in a single measure group.
- BPlace the distinct count measures in separate measure groups.
- CUse the additive measure group functions.
- DUse the semiadditive measure group functions.
- EUse the Count and Sum measure aggregation functions.
- FUse the Distinct Count and Sum measure aggregation functions.
How the community answered
(24 responses)- A4% (1)
- B79% (19)
- C4% (1)
- E13% (3)
Community Discussion
No community discussion yet for this question.