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 can I get rid of the time and display the date only?

 

 

  • Anonymous's avatar
    Anonymous
    8 years ago

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

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Anonymous, Select the measure then on the Modelling tab of Power BI Desktop you can format as desired. 

    • Anonymous's avatar
      Anonymous
      Not applicable

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

      • Anonymous's avatar
        Anonymous
        Not applicable
        Thank you. This one worked one for me.
        The former did not as that part of the panel for some reason is inactive.