Forum Discussion
MarcusR1
Helper II
2 years agoTime calculation and formating in Power BI
Hi, I have some time related data including start, stop and duration (in seconds) and I want to display a summary card with the hours:minutes:seconds but I can't seem to get the formula to work: ...
- 2 years ago
MarcusR1 Should just be:
Duration = [end] - [start] DurationFormatted = FORMAT([duration], "hh:mm:ss")
Greg_Deckler
Community Champion
2 years agoMarcusR1 Should just be:
Duration = [end] - [start]
DurationFormatted = FORMAT([duration], "hh:mm:ss")
- MarcusR12 years ago
Helper II
Thank you Greg, that's great. How do I sum those to get: