Forum Discussion
Anonymous
6 years agoNot applicable
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...
- Anonymous6 years ago
I got it to work using the following measure:
Start = FORMAT(MAX(([_StartDate])),"mmdd hh:mm")
Anonymous
6 years agoNot applicable
I got it to work using the following measure:
Start = FORMAT(MAX(([_StartDate])),"mmdd hh:mm")