Forum Discussion
sshiny
3 years agoHelper II
Date column
I am using a date column whose format is mm/dd/yyyy in the model file. But, when I use the column in a measure(as a value inside a datacard) it brings time along with date. Please let me know how to ...
Greg_Deckler
3 years agoCommunity Champion
sshiny Select the measure in the desktop and in the Measure Tools tab, change the display format to short date.
- sshiny3 years agoHelper II
- Anonymous3 years agoNot applicable
Hi sshiny ,
Here:
change the data format to Short Date:
Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
- Anonymous3 years agoNot applicable
- Greg_Deckler3 years agoCommunity Champion
sshiny If all else fails, try this:
Missing/Disputed Missing Since = VAR __DateTime = TRUNC(SELECTEDVALUE('Loaner Consign Fact'[Missing Since])) SWITCH ( TRUE (), ISFILTERED('Tag Usage Fact'[Tag ID]),CONCATENATE("Missing/Disputed Since " ,DATE(YEAR(__DateTime), MONTH(__DateTime), DAY(__DateTime)) )