nerdexam
Microsoft

70-448 · Question #270

You create a SQL Server 2008 Analysis Services (SSAS) solution. You create a key performance indicator (KPI) named GPMargin for your solution. You set the Value expression of the KPI in the…

The correct answer is A. KPIValue( "GPMargin" ) > ( KPIValue( "GPMargin" ). See the full explanation below for the reasoning.

Question

You create a SQL Server 2008 Analysis Services (SSAS) solution. You create a key performance indicator (KPI) named GPMargin for your solution. You set the Value expression of the KPI in the following manner. You need to set a Trend expression of the KPI to show a difference in the values compared with the previous quarter. Which MDX code segment should you insert at line 02?

Exhibit

70-448 question #270 exhibit

Options

  • AKPIValue( "GPMargin" ) > ( KPIValue( "GPMargin" ),
  • BKPITrend( "GPMargin" ) > ( KPIValue ( "GPMargin" ),
  • CKPIStatus( "GPMargin" ) > ( KPIValue( "GPMargin" ),
  • DKPIGoal( "GPMargin" ) > ( KPIValue( "GPMargin" ),

How the community answered

(40 responses)
  • A
    83% (33)
  • B
    10% (4)
  • C
    5% (2)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 70-448 Practice