Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a column for Month with full month spelled out and one column for Year.
How do I create a column with 3 letter Months so that I can create a merged columns of 3 letter month and the year?
Solved! Go to Solution.
@bdehning - you can do as:
Add custom column:
Text.Combine( { Text.Start ( [MonthName], 3 ), Text.From( [YearNum] ) }, " " )
Proud to be a Super User!
Hi @bdehning
Use LEFT
Then CANCATENATE
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
@bdehning - you can do as:
Add custom column:
Text.Combine( { Text.Start ( [MonthName], 3 ), Text.From( [YearNum] ) }, " " )
Proud to be a Super User!
User | Count |
---|---|
98 | |
78 | |
77 | |
49 | |
26 |