Forum Discussion
Time Decimals
- 8 years ago
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:smileyhappy:. 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:smileyhappy:. 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.