Forum Discussion
ilcaa722
2 years agoFrequent Visitor
return text from list
i have a table in PQ. 2 columns, 'Month" and "Year". there are only 2 entries i want to retreive them and make a string my PQ table Month, Year August, 2023 output as a string= August_2023 ...
ronrsnfld
2 years agoSuper User
Use the Add Custom Column wizard.
- ilcaa7222 years agoFrequent Visitor
? not sure I follow. how would adding a column generate a string value using the 2 fields in my table?
- ronrsnfld2 years agoSuper User
When you select that wizard, a window will open which prompts you to add a formula. Merely concatenate the two columns. eg =[Month] & "_" & Text.From([Year])