Forum Discussion

sshiny's avatar
sshiny
Helper II
3 years ago

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 show the date only.

Measure used in the data card -

Missing/Disputed Missing Since =
SWITCH (
TRUE (),
ISFILTERED('Tag Usage Fact'[Tag ID]),CONCATENATE("Missing/Disputed Since - ",SELECTEDVALUE('Loaner Consign Fact'[Missing Since]))
)

 

6 Replies