Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
wooand
Helper II
Helper II

Time Decimals

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?

1 ACCEPTED SOLUTION
v-huizhn-msft
Microsoft Employee
Microsoft Employee

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 soonSmiley Happy. 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

View solution in original post

3 REPLIES 3
v-huizhn-msft
Microsoft Employee
Microsoft Employee

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 soonSmiley Happy. 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!!!

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.