Forum Discussion
Anonymous
3 years agoNot applicable
DAX FORMAT() date/time formatting problem
I have a datetime column (table Issues, column CREATED) which I want to display (in a table visual) in this format: 'dd/mm/yy h:nn AM/PM'. Following the documentation of the FORMAT funcrion, I c...
themistoklis
Community Champion
3 years agoAnonymous
Have you tried selecting the datetime column --> Column Tools and in format box copy/paste your desired format
dd/mm/yyyy h:nn AMPM
- Anonymous3 years agoNot applicable
Thanks, but as I mentioned earlier, this cannot be done since this column is a measure, so when in the data view, the format of the measure is locked to Text and cannot be changed.
Just to re-iterate, the whole purpose of this measure is to dynamically invoke the FORMAT() function which takes the format from another column in another table.