Forum Discussion

nicoag98's avatar
nicoag98
New Member
3 years ago
Solved

Text to Minutes, Seconds, Milliseconds Format

Hi all, I have a text column with circuit lap times (Minutes, Seconds, Milliseconds) You know if it is possible to convert this data to a duration format with milliseconds in order to make averages,...
  • ppm1's avatar
    3 years ago

    First add a prefix of 00: as text to your column (Transform tab, Format button), then convert it to type Duration. When you load your data, it will convert to a decimal (in days). From there, do your measures/aggregations and then FORMAT it at the end, if desired. See this article for more details.

    Calculate and Format Durations in DAX – Hoosier BI

     

    Pat