How to disable date/time aggregation within table

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
image

Then use this in table in the values well:

Note that my timestamps have only date values (no time values).

Many Thanks,
Andrew