How to deal with milliseconds in PowerBI
问题 I am working with a bot, and I need to sort the event by a datetime column, when I import the column from my database I have this format: 2017-10-19T14:26:57.2349278Z after importing in power BI and changing the data type to date time I get this: 10/19/2017 02:26:57 PM all the trailing milliseconds are truncated, but I need them to sort correctly the events, because some events occurs in the same second. Any body any idea? Thanks! 回答1: Starting with a sample table of dates in your format,