When I use the data in Tableau, it is converted to a datetime format.
I want to get the average of column "hms" for different attributes such as "member casual", "season", etc. all while keeping the format the data is already in. How can I do so? I have been reading here all day, but nothing seems to work.
Looking forward to some help!
Thanks!
1 answer
Simplest route to take here is separate the date from the 'time' value:
SUM (FLOAT ( [Hms]) - INT([Hms]))|
Then format as follows: