Forum Discussion
Anonymous
5 years agoNot applicable
Incorrect Date format in Text box
Hi All, I am creating a measure which returns date in textbox as below but it returns date as 01-16-2021 how can I get date as 01/16/2021 amitchandak Thanks
mahoneypat
5 years agoMicrosoft Employee
You can try "MM/dd/yyyy" instead, or you can not use FORMAT, highlight the measure and select the desired format in the ribbon.
Pat
Anonymous
5 years agoNot applicable
Hi mahoneypat
I tried "MM/dd/yyyy" but it didnt help.I can not select formate of this measure as date as it returns text and date.