Forum Discussion
Time Duration including milliseconds
Hi sshriner,
What is the data type of these columns when you import them into Power BI Desktop and how they display in Power BI desktop?
Also check the following blog which is about time duration in Power BI Desktop.
http://community.powerbi.com/t5/Community-Blog/Aggregating-Duration-Time/ba-p/22486
Thanks,
Lydia Zhang
I've seen that post, thank you.
When I import the data into Power BI it comes over as a data/time data type, but the milliseconds are dropped from the display. i can calculate duration, but the milliseconds are either dropped or rounded, so my durations are not accurate when compared to my original data.
- Anonymous9 years agoNot applicable
Hi sshriner,
Based on my test, Power BI desktop cannot properly handle the milliseconds. As a workaround to your scenario, you can split the Time part from your column in your data source, convert the time to number of milliseconds in new columns, then import new columns into Power BI Desktop which should be defined as numeric data type, then calculate duration.
Thanks,
Lydia Zhang