March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I need to order a series by time measured to 0.001 of a second. (hh:mm:ss.000 is my data format) by I am unable to change the format to anything beyond hh:mm:ss. This is causing my results to be bunched on a scatter plot. Can anyone help with formatting the timestamp so that all decimals of the second can be captured?
Solved! Go to Solution.
Hi @wooand,
After research, Power BI desktop can't properly handle the milliseconds. Please review this feature request and vote it. More peoplw need it, maybe it will come ture soon. As a workaround to your scenario, you can convert the time to number of milliseconds in new columns, please create a calculated column using the formula.
NewColumn = FORMAT(Table[Date],"MM/DD/YYYY HH:mm:ss:000")
Then use the NewColumn in your visual.
Best Regards,
Angelia
Hi @wooand,
After research, Power BI desktop can't properly handle the milliseconds. Please review this feature request and vote it. More peoplw need it, maybe it will come ture soon. As a workaround to your scenario, you can convert the time to number of milliseconds in new columns, please create a calculated column using the formula.
NewColumn = FORMAT(Table[Date],"MM/DD/YYYY HH:mm:ss:000")
Then use the NewColumn in your visual.
Best Regards,
Angelia
Thanks for that, and I shall certainly add my thoughts to the feature request.
I just figured out if you create a new column using the Time.Seconds function in M Query you can return the value of the seconds, but it keeps the decimal place after the whole second.
eg: Time.Second([TimeStamp])
returns 18.372 seconds (for example)
Then you can split up the fractions as you see fit, and add to a hierarchy.
maybe. Good Luck y'all!!!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
146 | |
97 | |
79 | |
69 |