Forum Discussion

mclawler's avatar
mclawler
Helper III
2 years ago
Solved

Convert Text Time Duration

I reviewed various previous threads on this matter, but they all seemed to confuse me even further.     When I import my Excel report it stores the data below as text, no matter what I format them ...
  • CoreyP's avatar
    CoreyP
    2 years ago

    Try reading through this chapter on all the duration functions: https://learn.microsoft.com/en-us/powerquery-m/duration-functions.

     

    I think you'll want to convert to duration from text first. Then parse out your hours, minutes, seconds and either aggregate them separately or convert them all into the same unit and then aggregate.