Reputation: 606
I am making a small summary table in Tableau. I want the full date to be shown (day, month, and year), but when I select the DAY() option, it changes the column title from "Date Initiated" to "Day of Date Initiated" which makes no sense. How can I change the column title in this Tableau table?
When I right click, I don't have an "Edit Alias" option like I would for a non-date column.
Upvotes: 0
Views: 346
Reputation: 11
One simple way is a hack (as always in Tableau) :
You should see your date values displayed correctly as DD/MM/YYYY.
Upvotes: 1
Reputation: 141
3 ways: 1.You can change the data type from Date to String. This will show the full date and you can also alias, if needed.
2.You can create a calculated field using STR(Date Initiated). Same as above, this will show the full date and you can also alias, if needed.
3.You can use the discrete custom date part Month / Day / Year option using the Custom date selection in the dimension dropdown menu. See images.
Upvotes: 1