Forum Discussion

snolan's avatar
snolan
New Member
3 years ago

Format

i created a date measure..

to_date = format(MIN(Cancelexport[yyyymm]),"MMM YYYY" & " to " & format(Max(Cancelexport[yyyymm]),"MMM YYYY"))
 
when i add that to a card, the format looks like this.  (the max month should display Dec 2022).. Help!!
thanks

 



3 Replies

    • snolan's avatar
      snolan
      New Member
      yyyymm = format(Cancelexport[CALENDAR_MONTH_END_DATE],"mm-yyyy")
       
      date column that is formatted
       
  • i removed the last ')' and it seemed to fix the issue.