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 minutes in the following screenshot.
Thanks!
- Anonymous6 years ago
I got it to work using the following measure:
Start = FORMAT(MAX(([_StartDate])),"mmdd hh:mm")
1 Reply
- AnonymousNot applicable
I got it to work using the following measure:
Start = FORMAT(MAX(([_StartDate])),"mmdd hh:mm")