Histogram Bin size to 1 day

I’ve been trying to figure out how to define a histogram bin size of 1 day. The values I am feeding the table are all dates.

I didn’t want to set a start/end date, I just wanted it to insert a bin for each day so I could see a plot of how many items I have in that 1 24 hour period. Each date is from the TDS of a SQL database entry.

Thanks!