Forum Discussion
ConnieMaldonado
6 years agoResponsive 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 wa...
- 6 years ago
you can create a column like
Column = FORMAT([Datetime];"DD.MM.YYYY")and use it as slicer
markazali
1 year agoFrequent 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?