Hi @Jamie,
Would the following approach work?
Create a calculated field that converts the date to a string:
Order Date As Text
formatDate({Order Date}, 'yyyy-MM-dd HH:mm:ss')
And convert it to a measure

Then use this in table in the values well:
Note that my timestamps have only date values (no time values).
Many Thanks,
Andrew
