Forum Discussion
ChristoAClark
3 years agoFrequent Visitor
Time conversion
We use an older phone software that pulls phone data in seconds. So in Excel we have to divide the number by 86,400 and then convert it to the TIME format HH:MM:SS. I have tried to do this in Power B...
- 3 years ago
Please see this article/video for a great way to handle durations. Keep them as decimal, do your calculations, and then format it however you want at the very end.
Calculate and Format Durations in DAX – Hoosier BI
Pat
Greg_Deckler
Community Champion
3 years agoChristoAClark
3 years agoFrequent Visitor
In her code, it's looking for [Duration] and not finding it. Do I need to create a Duration column? Or would this refer to one of my data columns.