exam questions

Exam PL-300 All Questions

View all questions & answers for the PL-300 exam

Exam PL-300 topic 8 question 5 discussion

Actual exam question from Microsoft's PL-300
Question #: 5
Topic #: 8
[All PL-300 Questions]

What should you do to address the existing environment data concerns?

  • A. a calculated column that uses the following formula: ABS(Sales[sales_amount])
  • B. a measure that uses the following formula: SUMX(FILTER('Sales', 'Sales'[sales_amount] > 0)),[sales_amount])
  • C. a measure that uses the following formula: SUM(Sales[sales_amount])
  • D. a calculated column that uses the following formula: IF(ISBLANK(Sales[sales_amount]),0, (Sales[sales_amount]))
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
fdsdfgxcvbdsfhshfg
Highly Voted 2 years, 7 months ago
Selected Answer: B
legit answer 🤙🤙🤙
upvoted 30 times
...
lmrod
Highly Voted 1 year, 7 months ago
Selected Answer: B
B is the only option that ignores blanks and negative values
upvoted 7 times
...
jaume
Most Recent 5 months, 1 week ago
Selected Answer: B
We need to discard missing and negative sales_amount from the total sales_amount calculation. Summing all the sales_amount would, by default, not consider missing amounts as there would be nothing there so we only needs to take car of the negative amounts. Using ABS function as in option A, we would turn negative amounts into positive amounts but we wouldn't get rid of them and would be included in the total calculation In option C we are summing everything including the negative values should not be considered. Option C is just discarding the missing amounts (assuming they to be BLANK not '0', which is not clear defined in the statement of the question) but is not discarding the negative amounts. In Option B, we are using an IF function to consider only positive values in the total calculation
upvoted 1 times
...
Time2excel
1 year, 10 months ago
Can't believe it, even Answer D has the extra parenthesis. Now which is which???
upvoted 1 times
...
Shalaleh
2 years ago
Selected Answer: B
ABS return Absolute number. and we need a measure not a calculated column
upvoted 2 times
...
nmosq
2 years, 3 months ago
Selected Answer: B
The error in the formula for B it's probably just a typo. D option would work on the missing values, but not with the negative values
upvoted 3 times
...
amcken
2 years, 4 months ago
I think the extra parenthesis is just a typo. D would make blank sales value equal to 0 which would be included in the analysis which we don't want.
upvoted 3 times
...
Hoeishetmogelijk
2 years, 4 months ago
Selected Answer: B
Answer is B
upvoted 1 times
...
Jay_98_11
2 years, 5 months ago
Selected Answer: D
Answer B has wrong syntax.
upvoted 2 times
taod
1 year, 8 months ago
That's just a typo in the question... D doesn't account for negative amounts at all. Go for B!
upvoted 1 times
...
AlejandroErazo
1 year, 8 months ago
The correct syntax should be: SUMX(FILTER('Sales', 'Sales'[sales_amount] > 0),Sales[sales_amount])
upvoted 1 times
...
...
Glubbs
2 years, 5 months ago
Selected Answer: D
B only if it had the correct parentheses as per this formula - tested. SUMX(FILTER('Sales', 'Sales'[sales_amount] > 0),[sales_amount])
upvoted 4 times
taod
1 year, 8 months ago
That's just a typo in the question... D doesn't account for negative amounts at all. Go for B!
upvoted 1 times
...
...
DBAH
2 years, 6 months ago
I'd go for D, the formula in B is not correct, due to the brackets.
upvoted 1 times
...
Astex56
2 years, 7 months ago
B has 2 opening brackets '(', but 3 closing bracket ')'. A bit strange
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago