exam questions

Exam 70-779 All Questions

View all questions & answers for the 70-779 exam

Exam 70-779 topic 1 question 20 discussion

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

DRAG DROP -
Note: This question is part of a series of questions that use the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is the same in each question in this series.
Start of repeated scenario.
You are creating reports for a car repair company. You have four datasets in Excel spreadsheets. Four workbook queries load the datasets to a data model. A sample of the data is shown in the Data Sample exhibit. (Click the Exhibit button.)
Data Sample exhibit:




The data model is shown in the Data Model exhibit. (Click the Exhibit button.)

The tables in the model contain the following data:
✑ DailyRepairs has a log of hours and revenue for each day, workshop, and repair type. Every day, a log entry is created for each workshop, even if no hours or revenue are recorded for that day. Total Hours and Total Revenue column.
✑ Workshops have a list of all the workshops and the current and previous workshop managers. The format of the Workshop Manager column is always
Firstname Lastname. A value of 1 in the IsLatest column indicates that the workshop manager listed in the record is the current workshop manager.
✑ RepairTypes has a list of all the repair types
✑ Dates has a list of dates from 2015 to 2018
End of repeated scenario.
You need to create a PivotChart that displays the month, the hours of the month, and the hours of the previous month, as shown in the following exhibit.

Which DAX formula should you use for the Total Hours Last Month measure? To answer, drag the appropriate fields to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
References:
https://technet.microsoft.com/en-us/library/ee634204(v=sql.105).aspx https://msdn.microsoft.com/en-us/library/ee634905.aspx

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
GST0101
Highly Voted 5 years, 8 months ago
The first value should be IF instead of CALCULATE. This is because CALCULATE does not accept boolean comparison to filter your table (i.e. ISBLANK() returns true or false based on if if finds a blank). This formula will simply NOT work unless the first value is IF.
upvoted 51 times
...
mohroshdy
Highly Voted 5 years, 6 months ago
First Value is "IF"
upvoted 17 times
...
OompaLoompa
Most Recent 4 years, 5 months ago
It is a conditional statement: correct answer IF
upvoted 1 times
...
frakcha
4 years, 10 months ago
I think it should be IF in the beginning
upvoted 1 times
...
Eric777
5 years ago
The given answer comes with two links. The first link is to the ISBLANK function on Microsoft's site. That article uses the IF function, not CALCULATE, to handle the check for blanks. Rather odd the the given answer and the reference link are different. I'm going with IF.
upvoted 1 times
...
CibrevN
5 years ago
The dilemma is IF or CALCULATE, the rest are correct
upvoted 2 times
CibrevN
5 years ago
IF is correct.
upvoted 5 times
...
...
Mar_tin
5 years, 1 month ago
Agree: if running the example with Adventure Works Sales Data and changing the first CALCULATE with IF it works. But maybe it's out of topic, but why they use an IF/ISBLANK functionality? I don't see why they expect "divide by zero errors" which needs to be avoided. Anyway got it :)
upvoted 2 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 ...