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.
Solved! Go to Solution.
@jcastr02
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 useful
Click on the Thumbs-Up icon if you like this reply 🙂
@jcastr02
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 useful
Click on the Thumbs-Up icon if you like this reply 🙂
Featured Session Drive Data Culture with Power BI: Vision, Strategy & Roadmap. Register here https://myignite.microsoft.com #MSIgnite #PowerPlatform #Power BI
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
56 | |
32 | |
28 | |
20 | |
8 |
User | Count |
---|---|
63 | |
45 | |
37 | |
30 | |
16 |