• You have a problem with category Axis. Change Group Expression from longDateTime to this one:

    =DateSerial(Year(Fields!logdatetime.Value),

    Month(Fields!logdatetime.Value),

    Day(Fields!logdatetime.Value))

    It will work