Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Change Measure Output to return only the date

Hi,   I have a created measure that is currently returing the MM/DD/YYYY HH:MM:SS.  I want it to only return the Date in the format of MM/DD/YYYY and to drop the HH:MM:SS.   My measure =    Ad...
  • mh2587's avatar
    4 years ago

    Admin Call Data Refresh Label ="Call Data Last Updated: " &FORMAT(( MAX ( 'Call_Data'[Refresh Date] ) ),"M/d/yyyy")
    //Try This