Hi there, any ideas on why I am having a problem with a date column?
Best Answer
-
Unfortunately the format you have isn't one of Data Studio's supported date/time formats, so it is not automatically converted. The "in" value with millisecond is parsed, but not the values with microseconds / nanoseconds:
You may need to use a Transform to remove microseconds before parsing to a date.
Unlike a standard database, a column in Data Studio can contain values with different types (eg Date and Alphanumeric). I think the icon next to your DropAt column indicates that you've selected "Automatically detect the type of data for each column" on load, and that most of the value have been parsed as dates (i.e. it's the dominant data type)
3
Answers
-
That worked Henry,
Thanks a lot for your help!
1