Forum Discussion
Anonymous
4 years agoNot applicable
Power Query Add New Column > Date.ToText as MM/YYYY
Hi I am trying to create a new column in power query, so that I can create an effective relationship between our opporunities and sales targets, by owner and mm/yyyy Currently our Close Dates are...
- 4 years ago
Anonymous , Based on what I got, you need
Date.ToText([Date],"MM/yyyy")
Please keep the case same
amitchandak
4 years agoSuper User
Anonymous , Based on what I got, you need
Date.ToText([Date],"MM/yyyy")
Please keep the case same