nerdexam
Exams70-466Questions#56
Microsoft

70-466 · Question #56

70-466 Question #56: Real Exam Question with Answer & Explanation

Sign in or unlock 70-466 to reveal the answer and full explanation for question #56. The question stem and answer options stay visible for context.

Build an analysis services database

Question

You are using Multidimensional Expressions (MDX) to query a SQL Server Analysis Services (SSAS) cube. You need to compute the aggregate value of the 10 most-ordered produces in the Product Categories hierarchy. The Product level is the lowest in the hierarchy. Which functions should you use to complete the MDX query? (To answer, drag the appropriate functions from the list of functions to the correct locations in the answer area.) WITH MEMBER [Measures].[SumOfTop10products] AS (
(
[Product].[Product Categories].[Product].MEMBERS , 10 , [Measures].[Order Quantity] ) ,
(
(
( [Product].[Product Categories].[Product].MEMBERS , 10 , [Measures].[Order Quantity] ) ,
) ) ) SELECT {[Measures].[Order Quantity], [Measures].[SumOfTop10products]} ON COLUMNS, [Product].[Product Categories].[Category].&[4] ,[Product].[Product Categories].[Subcategory].&[31] ON ROWS FROM [Orders]

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

#MDX#TOPCOUNT#AGGREGATE#Product Categories hierarchy
Full 70-466 Practice