Forum Discussion
snolan
3 years agoNew Member
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 th...
snolan
3 years agoNew Member
i removed the last ')' and it seemed to fix the issue.