Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Convert power query table to a single line list

Hi,
I have a table in power query that I want to convert into a SINGLE line list so I can use it as a parameter.  I want to use the parameter in an "in" clause in a SQL statement.

Here is the example table

Table
Cow
Chicken
Dog
Cat
Bird

 

Desired Single line list
'Cow','Chicken','Dog','Cat','Bird'

3 Replies