Skip to main content

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
  1. Dec 17, 2025, 10:59 PM

    Simplest route to take here is separate the date from the 'time' value: 

     

    SUM (FLOAT ( [Hms]) - INT([Hms]))|

    Simplest route to take here is separate the date from the 'time' value: SUM (FLOAT ( [Hms]) - INT([Hms]))| Then format as follows:

     

    Then format as follows:

    Screenshot 2025-12-17 at 2.55.03 PM.png

     

     

0/9000