nerdexam
Microsoft

70-448 · Question #20

You create a SQL Server 2008 Analysis Services (SSAS) solution. Your solution has the following components: - A hierarchy named Date in a time dimension named DimTime - A measure named SalesAmount…

The correct answer is C. Add the following code segment at line 04. See the full explanation below for the reasoning.

Question

You create a SQL Server 2008 Analysis Services (SSAS) solution. Your solution has the following components:

  • A hierarchy named Date in a time dimension named DimTime
  • A measure named SalesAmount

You add the following code segment to the calculation script of the cube. (Line numbers are included for reference only.) 01 . . . 02 Freeze([Measures].[SalesAmount], 03 [DimTime].[Date].[Quarter].[Q1 2007]); 04 . . . You need to increase the value of the SalesAmount measure by 50% for each month in the first quarter of 2007. You also need to ensure that the value for the first quarter of 2007 remains unchanged. What should you do?

Options

  • AAdd the following code segment at line 04.
  • BAdd the following code segment at line 01.
  • CAdd the following code segment at line 04.
  • DAdd the following code segment at line 01.

How the community answered

(24 responses)
  • A
    4% (1)
  • B
    13% (3)
  • C
    75% (18)
  • D
    8% (2)

Community Discussion

No community discussion yet for this question.

Full 70-448 Practice