sandraknowles
sandraknowles

Reputation: 35

How to concert date time to just date in tableau

Hi I’m trying to extract the m-dd-yyyy from a date function like this 9/4/2020 0.00 I don’t want the time stamp just the date in tableau

Upvotes: 1

Views: 37

Answers (2)

Bernardo
Bernardo

Reputation: 3318

Could also do:

datetrunc('day',[date_field])

Upvotes: 0

Andy TAR Sols
Andy TAR Sols

Reputation: 1735

Right click on the date time in the dimension list and set the default format

Upvotes: 1

Related Questions