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...
  • Anonymous's avatar
    Anonymous
    6 years ago

    I got it to work using the following measure:

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