Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Date format error

I have created the below DAX;  New Downloads Title = var latest = LASTDATE('iOS - All App Units'[Date]) return "Total Downloads from " & latest If i do this in it's own dax it shows the bel...
  • Greg_Deckler's avatar
    6 years ago

    Anonymous - Try using the FORMAT command to wrap your LASTDATE function.