ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 2 - PL-300 discussion

Report
Export

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")

Answers
A.

FORMAT('Date'[date], "MMM YYYY")

B.

FORMAT('Date' [date], "M YY")

Answers
B.

FORMAT('Date' [date], "M YY")

C.

FORMAT('Date'[date_id], "MMM") & "" & FORMAT('Date'[year], "#")

Answers
C.

FORMAT('Date'[date_id], "MMM") & "" & FORMAT('Date'[year], "#")

D.

FORMAT('Date' [date_id], "MMM YYYY")

Answers
D.

FORMAT('Date' [date_id], "MMM YYYY")

Suggested answer: A
asked 05/10/2024
Justin Bake
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first