Microsoft
70-466 · Question #36
70-466 Question #36: Real Exam Question with Answer & Explanation
Sign in or unlock 70-466 to reveal the answer and full explanation for question #36. The question stem and answer options stay visible for context.
Build a tabular data model
Question
You are developing a SQL Server PowerPivot workbook that sources data from a SQL Azure database. The PowerPivot model includes a single table named FactSales that consists of four columns named Year, Country, Product, and Revenue. The model includes the following two measures. Sales:=SUM(FactSales[Revenue]); Sales %:=Sales] / CALCULATE([Sales], ALL(FactSales)) In Microsoft Excel 2010 you create the following PivotTable report. Users report that the Sales % measure computes an incorrect ratio. The measure should meet a requirement to compute a ratio over all visible sales values defined by the query filters. The Grand Total value for the Sales % measure should equal 100%. You need to fix the Sales % measure to meet the requirement. Which Data Analysis Expressions (DAX) expression should you use?
Options
- A=Sales] / CALCULATE([Sales])
- B=Sales] / [ALLSELECTED(FactSales)]
- C=Sales] / CALCULATE([Sales], VALUES(FactSales[Year]), VALUES(FactSales[Country]))
- D=Sales] / [SALES] / CALCULATE([Sales], ALLLEXCEPT(FactSales, FactSales[Year]))
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
#DAX#ALLSELECTED#CALCULATE#filter context