Forum Discussion
Anonymous
8 years agoNot applicable
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...
- Anonymous8 years ago
...or you can use DAX FORMAT function measure = FORMAT(TODAY(), "DD/MM/YYYY")
Anonymous
8 years agoNot applicable
...or you can use DAX FORMAT function measure = FORMAT(TODAY(), "DD/MM/YYYY")
Anonymous
8 years agoNot applicable
Thank you. This one worked one for me.
The former did not as that part of the panel for some reason is inactive.
The former did not as that part of the panel for some reason is inactive.