exam questions

Exam 70-768 All Questions

View all questions & answers for the 70-768 exam

Exam 70-768 topic 1 question 29 discussion

Actual exam question from Microsoft's 70-768
Question #: 29
Topic #: 1
[All 70-768 Questions]

HOTSPOT -
A company has a multidimensional cube that is used for analyzing sales data. You add a new measure named Transaction Total Including Tax and include the
Supplier, Payment Method, and Transaction Type dimensions in the data model. The Transaction Total Including Tax measure uses the existing Customer and
Date dimensions.
When users have queried the new measure in the past, they saw results as shown in the existing query output exhibit. (Click the Exhibit button.)

The overall total is incorrectly displayed on every row. In addition, the results are no longer formatted correctly.
The query result should appear as shown in the desired query output exhibit. (Click the Exhibit button.)

You need to ensure the table is displayed correctly.
What should you do? Use drop-down menus to select the answer choice that answers each question based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: Enter a custom MeasureExpression property on the measure
Calculated measures use MDX expressions to supply their values, instead of binding to columns in a data source. The Expression property contains the MDX expression used to supply the values for a Measure only if the Measure is a calculated measure. Otherwise, this property contains an empty string ("").
Incorrect Answers:
Not the IgnoreUnrelated property to False.'
IgnoreUnrelatedDimensions' is a measure group property which when set to False hides the measure value when seen against an unrelated dimension attribute.
Box 2:
Include the symbol $ in FormatString.
References:
https://technet.microsoft.com/en-us/library/microsoft.analysisservices.adomdclient.measure.expression(v=sql.110).aspx https://social.technet.microsoft.com/wiki/contents/articles/24168.hideunhide-a-measure-irrespective-of-ignoreunrelateddimensions-property-of-its-measure- group.aspx https://docs.microsoft.com/en-us/sql/analysis-services/multidimensional-models/mdx/mdx-cell-properties-format-string-contents

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
bilel_kaaniche
Highly Voted 5 years, 1 month ago
i think ignore unreleatedimention to false
upvoted 14 times
...
betamale
Most Recent 4 years, 5 months ago
ignore unreleatedimention to false source: https://bennyaustin.com/2009/06/25/ignoreunrelateddimensions/
upvoted 1 times
...
DudeHere
4 years, 5 months ago
If we want the calculated member ‘Gross Profit’ to remain null then we will have to explicitly define it within the scope as shown below. Scope( [Geography].[Country].Children,[Measures].[Sales Amount]); [Measures].[Sales Amount] = ([Measures].[Sales Amount],[Geography].[Country].CurrentMember.Parent); [Measures].[Gross Profit] = null; End Scope; Explained quite nicely here as to why the answer is correct: https://social.technet.microsoft.com/wiki/contents/articles/24168.ssas-hideunhide-a-measure-irrespective-of-ignoreunrelateddimensions-property-of-its-measure-group.aspx
upvoted 1 times
...
DudeHere
4 years, 5 months ago
I'm going with the answer supplied.
upvoted 1 times
...
panal
4 years, 7 months ago
i think ignore unreleatedimention to false
upvoted 1 times
...
zvezdan
4 years, 10 months ago
Agree.
upvoted 2 times
...
wellingtonluis
4 years, 10 months ago
No. I´m sorry, But to achieve this result, the property "Ignore Unrelated Dimensions" sould be set as "False".
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...