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
ConnieMaldonado
Responsive Resident
Responsive Resident

Remove Time Stamp from Date

I have a "Start Time" field which has a standard date with a time stamp - hours, minutes seconds.  When I create a date slicer, all the various time stamps show up in the list (see image).  What I want is just MM/DD/YY to show up in the list.  How do I trim the time stamp from the date.  I've tried creating a column to pull MM/DD/YY but couldn't get it to work.  I think we could have an entire forum just on working with dates. 🙂

 

Date with Time Stamp.PNG

 

 

1 ACCEPTED SOLUTION
az38
Community Champion
Community Champion

Hi @ConnieMaldonado 

you can create a column like

Column = FORMAT([Datetime];"DD.MM.YYYY")

and use it as slicer


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

View solution in original post

5 REPLIES 5
markazali
Frequent Visitor

Is it possible to format the date without time if I'm using a live semantic model where "new column" is not an option?

az38
Community Champion
Community Champion

Hi @ConnieMaldonado 

you can create a column like

Column = FORMAT([Datetime];"DD.MM.YYYY")

and use it as slicer


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn
parry2k
Super User
Super User

@ConnieMaldonado change the data type to date, you can do it two ways, go to query editor and change type by clicking the icon on the column header (prefered way) or changing data type column tool tab by selecting the date column

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Vvelarde
Community Champion
Community Champion

@ConnieMaldonado 

 

In the column that you desire to trim to only dates change in Modeling -  Date Type -- Date

 

Regards

 

Victor




Lima - Peru

@ConnieMaldonado 

 

image.png



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

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.