Forum Discussion
Time Slicer
- 3 years ago
Hi GeorgeKwe
I'm afraid currently there is no such time slicer that can meet your need. As a workaround, you can get the behaviour by creating a new column.
HourForSlicer = HOUR([date_field])
You can then create a slicer based on the date and another slicer based on the hour.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it. Highly appreciate your Kudos!
Hi GeorgeKwe
I'm afraid currently there is no such time slicer that can meet your need. As a workaround, you can get the behaviour by creating a new column.
HourForSlicer = HOUR([date_field])
You can then create a slicer based on the date and another slicer based on the hour.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it. Highly appreciate your Kudos!
Did you eventually figure this out?