List of questions
Related questions
Question 2 - PL-300 discussion
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], "M YY")
C.
FORMAT('Date'[date_id], "MMM") & "" & FORMAT('Date'[year], "#")
D.
FORMAT('Date' [date_id], "MMM YYYY")
Your answer:
0 comments
Sorted by
Leave a comment first