Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
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 reference :
Measure = IF(ISBLANK(COUNT(TABLENAME(COLUMNNAME))=0,"CALLS",)),COUNT(TABLE(COLUMN NAME(WHICH IS IN DATE FORMAT))
Can someone please help me with this.
Thanks in advance
Solved! Go to Solution.
@Rup10 , date to text is simple
format([Date], "YYYY MM DD" )
for also give MMM DDD etc
refer for the doc
https://docs.microsoft.com/en-us/dax/format-function-dax
Thanks. It worked for me.
HI @Rup10,
I think you can try to use the format function will help for text conversion.
In addition, what type of format you wanted? If you are confused about the coding formula, can you please share more detailed information to help us clarify your requirement?
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
@Rup10 , date to text is simple
format([Date], "YYYY MM DD" )
for also give MMM DDD etc
refer for the doc
https://docs.microsoft.com/en-us/dax/format-function-dax
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 :
User | Count |
---|---|
92 | |
88 | |
88 | |
79 | |
49 |
User | Count |
---|---|
156 | |
145 | |
105 | |
72 | |
55 |