Forum Discussion
Ramyaajithkumar
3 years agoFrequent Visitor
How to mention moth name
instead of numeric, i want to mention the month name, can anyone help me how to get to month name here?
Anonymous
3 years agoNot applicable
If you have no date column, it might be easier to:
= Table.AddColumn(PriorStepOrTableName, "Month Name", each Date.MonthName(#date(1, [Month Number], 1)), type date)
--Nate
BA_Pete
3 years agoSuper User
True.
I should have added this as option 1a). 🙂
Pete