Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Adjusting date/time format in visual table?

Hi,

 

Is it possible to adjust the date/time format in a visual table without adjusting it in the actual data column.

For example, if I could just desplay the month and date and then the hours and minutes in the following screenshot.

 

 

Thanks!

  • Anonymous's avatar
    Anonymous
    6 years ago

    I got it to work using the following measure:

    Start = FORMAT(MAX(([_StartDate])),"mmdd hh:mm")

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    I got it to work using the following measure:

    Start = FORMAT(MAX(([_StartDate])),"mmdd hh:mm")