Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Fandango68
Regular Visitor

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

1 ACCEPTED SOLUTION
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

View solution in original post

2 REPLIES 2
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

v-yiruan-msft
Community Support
Community Support

Hi @Fandango68 ,

You can create a calculated column as below and apply it on the slicer:

Datetime = 'Date'[Date]&" "&TIME(23,59,59)

yingyinr_0-1645164341658.png

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.