Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register 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
Check out the May 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
68 | |
67 | |
44 | |
42 |
User | Count |
---|---|
47 | |
38 | |
28 | |
27 | |
27 |