Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

TODAY() function: no time

Hi,   I would like to display today's date by using TODAY() function in a such format DD/MM/YYYY in a card visual . However, together with the date I get time, say 22/01/2018 00:00:00.    How ca...
  • Anonymous's avatar
    Anonymous
    8 years ago

    ...or you can use DAX FORMAT function measure = FORMAT(TODAY(), "DD/MM/YYYY")