I have a bunch of data, one of the column is received date on the following format.
mm/dd/yyy hh:mm
Now when I insert a pivot I am having the following. What do I need to do to group this by date only and do not consider the time?
[TABLE="class: grid, width: 182"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Row Labels[/TD]
[/TR]
[TR]
[TD]2/9/2018 12:41[/TD]
[/TR]
[TR]
[TD]2/9/2018 12:43[/TD]
[/TR]
[TR]
[TD]2/9/2018 12:45[/TD]
[/TR]
[TR]
[TD]2/9/2018 12:52[/TD]
[/TR]
[TR]
[TD]2/9/2018 12:53[/TD]
[/TR]
[TR]
[TD]2/9/2018 12:55[/TD]
[/TR]
[TR]
[TD]2/9/2018 12:56[/TD]
[/TR]
[TR]
[TD]2/9/2018 15:49[/TD]
[/TR]
[TR]
[TD]2/12/2018 10:04[/TD]
[/TR]
[TR]
[TD]2/15/2018 3:29[/TD]
[/TR]
[TR]
[TD]2/15/2018 12:09[/TD]
[/TR]
</tbody>[/TABLE]
mm/dd/yyy hh:mm
Now when I insert a pivot I am having the following. What do I need to do to group this by date only and do not consider the time?
[TABLE="class: grid, width: 182"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Row Labels[/TD]
[/TR]
[TR]
[TD]2/9/2018 12:41[/TD]
[/TR]
[TR]
[TD]2/9/2018 12:43[/TD]
[/TR]
[TR]
[TD]2/9/2018 12:45[/TD]
[/TR]
[TR]
[TD]2/9/2018 12:52[/TD]
[/TR]
[TR]
[TD]2/9/2018 12:53[/TD]
[/TR]
[TR]
[TD]2/9/2018 12:55[/TD]
[/TR]
[TR]
[TD]2/9/2018 12:56[/TD]
[/TR]
[TR]
[TD]2/9/2018 15:49[/TD]
[/TR]
[TR]
[TD]2/12/2018 10:04[/TD]
[/TR]
[TR]
[TD]2/15/2018 3:29[/TD]
[/TR]
[TR]
[TD]2/15/2018 12:09[/TD]
[/TR]
</tbody>[/TABLE]