Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
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'
Solved! Go to Solution.
pls see my video
https://1drv.ms/v/s!AiUZ0Ws7G26RiAM5vdvvIh8nFqPw?e=8tth7V
Sample PBIX file attached
https://1drv.ms/u/s!AiUZ0Ws7G26RiAIx2m_UnXzIz_Ls?e=HGWMj2
(x) => "'" & Text.Combine(x, "','") & "'"
Hi again, I think I found the menu item to convert it
Hi Ahmedx,
Thanks for the detailed instructions. I was able to follow them through. The only issue is that the result is a string, not a list. I am unable to create a parameter from the result. Do you know how to convert the string to a single-line list? All of the transformation options are grayed out for the result.
pls see my video
https://1drv.ms/v/s!AiUZ0Ws7G26RiAM5vdvvIh8nFqPw?e=8tth7V
Sample PBIX file attached
https://1drv.ms/u/s!AiUZ0Ws7G26RiAIx2m_UnXzIz_Ls?e=HGWMj2
(x) => "'" & Text.Combine(x, "','") & "'"
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
71 | |
70 | |
42 | |
42 |
User | Count |
---|---|
49 | |
42 | |
29 | |
28 | |
26 |