Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
@Anonymous , 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 @Anonymous,
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
@Anonymous , date to text is simple
format([Date], "YYYY MM DD" )
for also give MMM DDD etc
refer for the doc
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 :
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
65 | |
63 | |
52 | |
37 | |
36 |
User | Count |
---|---|
82 | |
67 | |
61 | |
46 | |
45 |