Forum Discussion

Fandango68's avatar
Fandango68
Regular Visitor
4 years ago
Solved

Need slicer with datetime, not just date

As the subject says. I need a slicer that treats DATETIME values properly, with a hardcoded END time of 23:59:59, and not 00:00:00 like the default slicer does. Any ideas on how I can develop one or is there a free version to download from github? Thanks

  • I got the answer from another post, on this same topic. Convering the DATETIME column into a new column with just DATE, and using this as the value for the Slicer worked. Thank you anyway

2 Replies

  • Fandango68's avatar
    Fandango68
    Regular Visitor

    I got the answer from another post, on this same topic. Convering the DATETIME column into a new column with just DATE, and using this as the value for the Slicer worked. Thank you anyway