Forum Discussion
Anonymous
4 years agoNot applicable
Add Time after date to current measure
Hi Experts
How would you add time in the format hh:mm:ss after the date in the following dax
Userdeatils = "Run by"&" "&USERNAME()&" On run date "&TODAY()&" Version Number"&" "&[Version Number]
Instead of using TODAY(), try using NOW().
1 Reply
- grantsamborn
Solution Sage
Instead of using TODAY(), try using NOW().