Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Custom Column date formula

Hi All,   I am trying to create a custom formula to with a 3 digit month.   I am using the forumla = FORMAT([Payment Date],"mmm")   I am getting the following message "Expression Error : The na...
  • Anonymous's avatar
    Anonymous
    8 years ago

    Ok, solved the solution is 

     

    Date.ToText([#"Payment Date"],"MMM")