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 can I get rid of the time and display the date only?
- Anonymous8 years ago
...or you can use DAX FORMAT function measure = FORMAT(TODAY(), "DD/MM/YYYY")
3 Replies
- AnonymousNot applicable
Anonymous, Select the measure then on the Modelling tab of Power BI Desktop you can format as desired.
- AnonymousNot applicable
...or you can use DAX FORMAT function measure = FORMAT(TODAY(), "DD/MM/YYYY")
- AnonymousNot applicableThank you. This one worked one for me.
The former did not as that part of the panel for some reason is inactive.