Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
67 | |
61 | |
47 | |
35 | |
32 |
User | Count |
---|---|
87 | |
72 | |
56 | |
49 | |
45 |