This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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!
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 28 | |
| 23 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 48 | |
| 46 | |
| 41 | |
| 21 | |
| 18 |