exam questions

Exam PL-300 All Questions

View all questions & answers for the PL-300 exam

Exam PL-300 topic 8 question 6 discussion

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

You need to create a calculated column to display the month based on the reporting requirements.
Which DAX expression should you use?

  • A. FORMAT('Date'[date],"MMM YYYY")
  • B. FORMAT('Date'[date_id],"MMM") & " " & FORMAT('Date'[year], "#")
  • C. FORMAT('Date'[date_id],"MMM YYYY")
  • D. FORMAT('Date'[date],"M YY")
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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: A
legit answer 🤙🤙🤙
upvoted 20 times
...
NuriaIzard
Highly Voted 2 years, 4 months ago
What is confusing here is the fact that there is a date_id defined in the format yyyymmdd. Therefore, some people would tend to select C. However, I do not quite understand why this info is even given to us. I would have expected this field ID to be... an ID, not a date?
upvoted 8 times
...
jaume
Most Recent 5 months, 1 week ago
Selected Answer: A
[date_id] is an INTEGER and cannot be formatted as a date data type (we should first convert it to date data type using the DATE DAX function) and this discards options B and C. We want a result as "Feb 2020" and this is "MMM YYYY" not "M YY" --> option A
upvoted 2 times
...
Dani_eL
1 year, 1 month ago
Selected Answer: A
you can only apply date format on dates columns, date_id being an integer, it will throw an error. Answer A is the good answer
upvoted 2 times
...
[Removed]
1 year, 8 months ago
Correct answer, broken encoding
upvoted 3 times
...
Shalaleh
2 years ago
Selected Answer: A
Feb 2020---> month has 3 character, therefore the format should be MMMYYYY and also date_id column data type is int and we cannot use in Format function! we need a date type column.
upvoted 6 times
...
Nemesizz
2 years, 2 months ago
What does ג€ this symbol means in the answer?
upvoted 2 times
dodoinparis
1 year, 10 months ago
OMG, that's really annoying theses symbols
upvoted 1 times
JJMC5544
1 year, 10 months ago
paste it to ChatGPT, it corrects
upvoted 2 times
...
...
...
lukelin08
2 years, 5 months ago
Selected Answer: A
A is correct answer
upvoted 1 times
...
Booster21
2 years, 6 months ago
A is correct.
upvoted 1 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