Forum Discussion
Time to Seconds Conversion
Hello,
I have a field in my dataset that is MM:SS I converted it to this... and I want to have another field that displays this in seconds. I am hoping someone can assist me with this one.
https://drive.google.com/open?id=1FbkofaPhI5ouoXk_NLx9YZenTVEA_B9H
Thanks!
Hi nmck86,
Based on my test, you could refer to below formula:
TimeInSeconds = (HOUR('Data'[AvgTalkDuration])*60+ MINUTE('Data'[AvgTalkDuration]))*60Result:
You could also download the pbix file to have a view.
Regards,
Daniel He
4 Replies
- v-danhe-msft
Microsoft Employee
Hi nmck86,
It seemed your link could not be accessed:
Could you please upload it again?
Regards,
Daniel He
- nmck86
Post Patron
Hello,
I apologize, can we try this link instead. Thanks!
https://drive.google.com/file/d/1FbkofaPhI5ouoXk_NLx9YZenTVEA_B9H/view?usp=sharing
- v-danhe-msft
Microsoft Employee
Hi nmck86,
Based on my test, you could refer to below formula:
TimeInSeconds = (HOUR('Data'[AvgTalkDuration])*60+ MINUTE('Data'[AvgTalkDuration]))*60Result:
You could also download the pbix file to have a view.
Regards,
Daniel He