Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

How to make remove clock time from Timestamp Slicer

I have Timestamp in format of 13/12/2016 09:00:00. Timestamp in this format is needed for charts. When I create list slicer with timestamp I get list in 13/12/2016 09:00:00 format.   What needs to...
  • Anonymous's avatar
    Anonymous
    9 years ago

    Hi Anonymous,

     

    Create a new column using the following formula, then change the data type of the new column to Date under Modeling ribbon and create a slicer using the new column. There is an example for your reference.

    DateValue = DATE(YEAR(Table3[Timestamp]),MONTH(Table3[Timestamp]),DAY(Table3[Timestamp]))




    Thanks,
    Lydia Zhang