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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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

Anonymous
Not applicable

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

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.