Recall & Review
beginner
What is a custom date format in Tableau?
A custom date format in Tableau is a way to display dates in a specific style by using format codes, instead of the default date display.
Click to reveal answer
beginner
Which symbol represents the full year in Tableau custom date formats?
The symbol
yyyy represents the full four-digit year, like 2024.Click to reveal answer
beginner
How do you show the month as a short name (e.g., Jan, Feb) in Tableau custom date formats?
Use
MMM to show the month as a short name like Jan, Feb, Mar.Click to reveal answer
beginner
What does the format code
dd represent in Tableau date formatting?dd shows the day of the month as two digits, for example 01, 15, or 31.Click to reveal answer
intermediate
How can you display a date as 'Monday, January 1, 2024' using custom date formats in Tableau?
Use the format
dddd, MMMM d, yyyy where dddd is the full weekday name, MMMM is the full month name, d is the day without leading zero, and yyyy is the full year.Click to reveal answer
Which format code shows the full month name in Tableau?
✗ Incorrect
MMMM shows the full month name like January, while MMM shows the short name like Jan.
What does
yy display in Tableau date formatting?✗ Incorrect
yy shows the last two digits of the year, for example 24 for 2024.
How would you format a date to show '03/15/24' in Tableau?
✗ Incorrect
MM/dd/yy shows two-digit month, day, and two-digit year, matching '03/15/24'.
Which format code shows the day of the week as a short name (e.g., Mon)?
✗ Incorrect
ddd shows the short weekday name like Mon, Tue, Wed.
If you want to show the day of the month without a leading zero, which code do you use?
✗ Incorrect
d shows the day number without a leading zero, for example 1, 2, 15.
Explain how to create a custom date format in Tableau to show the full weekday name, full month name, day without leading zero, and four-digit year.
Think about combining format codes like dddd, MMMM, d, and yyyy.
You got /4 concepts.
Describe the difference between 'MMM' and 'MMMM' in Tableau custom date formats.
One is short form, the other is full name.
You got /2 concepts.