Microsoft
70-466 · Question #8
70-466 Question #8: Real Exam Question with Answer & Explanation
Sign in or unlock 70-466 to reveal the answer and full explanation for question #8. The question stem and answer options stay visible for context.
Build an analysis services database
Question
You are designing a SQL Server Analysis Services (SSAS) cube. You need to create a measure to count unique customers. What should you do?
Options
- AUse role playing dimensions.
- BUse the Business Intelligence Wizard to define dimension intelligence.
- CAdd a measure that uses the Count aggregate function to an existing measure group.
- DAdd a measure that uses the DistinctCount aggregate function to an existing measure group.
- EAdd a measure that uses the LastNonEmpty aggregate function. Use a regular relationship between the time dimension and the measure group.
- FAdd a measure group that has one measure that uses the DistinctCount aggregate function. Add a calculated measure based on an expression that counts members filtered by the Exists and NonEmpty functions.
- GAdd a hidden measure that uses the Sum aggregate function. Add a calculated measure aggregating the measure along the time dimension.
- HAdd a calculated measure that uses the Max aggregate function based on the named calculation.
- ICreate several dimensions. Add each dimension to the cube.
- JCreate a dimension. Then add a cube dimension and link it several times to the measure group.
- KCreate a dimension. Create regular relationships between the cube dimension and the measure group. Configure the relationship to use different dimension attributes.
- LCreate a dimension with one attribute hierarchy. Set the IsAggregatable property to False and then set the DefaultMember property. Use a regular relationship between the dimension and measure group.
- MCreate a dimension with one attribute hierarchy. Set the ValueColumn property, set the IsAggregatable property to False and then set the DefaultMember property. Configure the cube dimension so that it does not have a relationship with the measure group. Add a calculated measure that uses the MemberValue attribute property.
- NCreate a new named calculation in the data source view to calculate a rolling sum. Add a measure that uses the Max aggregate function based on the named calculation.
Unlock 70-466 to see the answer
You've previewed enough free 70-466 questions. Unlock 70-466 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#DistinctCount#measure group design#unique count measure#calculated measure