Forum Discussion
Anonymous
5 years agoNot applicable
Conversion of date (data type) to text through dax expression
Hi, I need to convert from date to text/string format through dax expression/measure and i tried two functions datevalue and format but these arent working. Below is the measure for your referen...
- 5 years ago
Anonymous , date to text is simple
format([Date], "YYYY MM DD" )
for also give MMM DDD etc
refer for the doc
amitchandak
Super User
5 years agoAnonymous , date to text is simple
format([Date], "YYYY MM DD" )
for also give MMM DDD etc
refer for the doc
Anonymous
2 years agoNot applicable
Hi amitchandak ,
I am trying to create a measure in which i am cusing If condition and i am taking date column as a refernce however its not working for me.
Can you please suggest anything how can i compare my datecolumn in Measure in IF condition where i cannot use any Min, Max, Selectedvalue function :