Forum Discussion

dyoung's avatar
dyoung
Frequent Visitor
8 years ago
Solved

DataFormat.Error converting number to duration - am I missing something?

Hi there,   I have a column in my query editor which is a whole number. The source data is an amount of elapsed time in seconds.   I want this column to show days + hours, rather than seconds. My...
  • v-ljerr-msft's avatar
    8 years ago

    Hi dyoung,

     

    Based on my test, you should be able to simply use the formula below to add a new custom to convert seconds to durations. :smileyhappy:

    = #duration(0,0,0,[Column1])

     

    Regards