Microsoft
70-466 · Question #115
70-466 Question #115: Real Exam Question with Answer & Explanation
Sign in or unlock 70-466 to reveal the answer and full explanation for question #115. The question stem and answer options stay visible for context.
Configure and maintain an analysis services database
Question
You are restructuring an existing cube. One of the measures in the cube is Amount. The Sum aggregation function is used for the Amount measure. The cube includes a dimension named Account and the dimension's Type property is set to Accounts. The Account dimension includes an account type attribute. You need to ensure that the Amount measure aggregates correctly according to the account type classification. Development effort must be minimized. What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
Options
- AAdd the ByAccount attribute to the account dimension.
- BUse SQL Server Data Tools to change the AggregateFunction property value of the Amount measure to ByAccount.
- CDevelop a .NET application that uses Analysis Management Objects (AMO) to change the existing AggregateFunction property value of the Amount measure to ByAccount and then use the application.
- DDevelop a .NET application that uses Analysis Management Objects (AMO) to change the existing AggregateFunction property value of the Amount measure to FirstNonEmpty and then use the application.
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
#ByAccount aggregation#account dimension#AggregateFunction property#SSAS measures