Forum Discussion
Anonymous
8 years agoNot applicable
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...
- Anonymous8 years ago
Ok, solved the solution is
Date.ToText([#"Payment Date"],"MMM")
pxg08680
8 years agoResolver III
Anonymous
Close your Power Bi (if desktop version). Re-open and try doing the same.
Create a new COLUMN
Anonymous
8 years agoNot applicable
Ok, getting warmer (new at this).
What seems to work is this expression.....Number.ToText(Date.Month([#"Payment Date"])), but this gives me a month number. How do I translate this into 3 digit month name?
- Anonymous8 years agoNot applicable
Ok, solved the solution is
Date.ToText([#"Payment Date"],"MMM")
- pxg086808 years agoResolver III
Anonymous
Can you mark your post as Solved so that some one can use it later.
- v-huizhn-msft8 years agoMicrosoft Employee
Hi Anonymous,
Please mark your solution as answer, so more people wull benefit from here.
Thanks,
Angelia