0
0
Tableaubi_tool~5 mins

Custom date formats in Tableau - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AMMMM
BMM
CMMM
DM
What does yy display in Tableau date formatting?
ATwo-digit year like 24
BFull year like 2024
CMonth number
DDay of the week
How would you format a date to show '03/15/24' in Tableau?
AMMMM d, yyyy
BM/d/yyyy
CMM/dd/yy
Ddd/MM/yyyy
Which format code shows the day of the week as a short name (e.g., Mon)?
Ad
Bdddd
Cdd
Dddd
If you want to show the day of the month without a leading zero, which code do you use?
Add
Bd
CDDD
Ddddd
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.