Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi all,
I am currently trying to convert values which have HH:MM:SS time values to the number of seconds.
I hope someone can point me into the right direction.
Best regards,
LMeijdam
Solved! Go to Solution.
Hi @Anonymous -
If the column has a Time datatype (preferable), you can do this:
Seconds Since Midnight = [Time Datatype]*86400
If it's text, you need to convert it to time first:
Seconds Since Midnight = TIMEVALUE([Text Datatype])*86400
Cheers!
Nathan
Hi @Anonymous -
If the column has a Time datatype (preferable), you can do this:
Seconds Since Midnight = [Time Datatype]*86400
If it's text, you need to convert it to time first:
Seconds Since Midnight = TIMEVALUE([Text Datatype])*86400
Cheers!
Nathan
Hi @Anonymous ,
Thanks this seems to work 🙂
Enjoy your weekend!
LMeijdam
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 35 | |
| 24 | |
| 22 |
| User | Count |
|---|---|
| 136 | |
| 111 | |
| 58 | |
| 43 | |
| 38 |