Power Table Date Format Bug?

I’ve got a power table with a time stamp column (smalldatetime type). The date format on this column is set to M/D/YYYY H:mm. Looking at the View Dataset and the actual table itself I’m seeing some odd dates in the table. Any ideas what may be wrong here? Version 8.1.1

The capital D in the format will give you the day of the year. Your date format should be something like M/d/yyyy H:mm.

:man_facepalming: good catch, thank you!