Forum Discussion
jcastr02
Post Prodigy
6 years agoDate format mmm-yy
Hello I am trying to use format DAX to convert to a mmm-yy format, but the column with the date is not coming up which is completion time when I try to enter it into DAX formula.
- 6 years ago
jcastr02 are you creating a new column or a new measure? So you create completion time in the query editor, you then push it to the visual pane and now you are trying to format that field in DAX but when you create a new column you can't see the date? Are you sure you creating a new column and not a new measure?
vanessafvg
Community Champion
6 years agojcastr02 are you creating a new column or a new measure? So you create completion time in the query editor, you then push it to the visual pane and now you are trying to format that field in DAX but when you create a new column you can't see the date? Are you sure you creating a new column and not a new measure?
jcastr02
Post Prodigy
6 years agovanessafvg That was it, I was trying to create a measure vs. a column! Thank you for the help!