Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Solved! Go to Solution.
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
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
Hi @Fandango68 ,
You can create a calculated column as below and apply it on the slicer:
Datetime = 'Date'[Date]&" "&TIME(23,59,59)
Best Regards
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
3 |