jcastr02Post Prodigy5 years agoSolvedm code - mmm-yy How can I get a column added in format "MMM-YY" using M Code. I able to do via DAX, but need for m code. Fowmy5 years agojcastr02 Add the following as a custom column:=Date.ToText([Date],"MMMM-yy")________________________If my answer was helpful, please click Accept it as the solution to help other members find it usefulClick on the Thumbs-Up icon if you like this reply ๐Website YouTube LinkedIn
Fowmy5 years agojcastr02 Add the following as a custom column:=Date.ToText([Date],"MMMM-yy")________________________If my answer was helpful, please click Accept it as the solution to help other members find it usefulClick on the Thumbs-Up icon if you like this reply ๐Website YouTube LinkedIn
Fowmy5 years agojcastr02 Add the following as a custom column:=Date.ToText([Date],"MMMM-yy")________________________If my answer was helpful, please click Accept it as the solution to help other members find it usefulClick on the Thumbs-Up icon if you like this reply ๐Website YouTube LinkedIn
FowmySuper User5 years agojcastr02 Add the following as a custom column:=Date.ToText([Date],"MMMM-yy")________________________If my answer was helpful, please click Accept it as the solution to help other members find it usefulClick on the Thumbs-Up icon if you like this reply ๐Website YouTube LinkedIn
Related contentDate format mmm-yyDate Format MMM-YYSort Chronologically MMM-YY DateFrom YYYYMM to mmm YYchange Format YYYYMM to MMM YY