Forum Discussion
heureso
7 years agoNew Member
Combine two list columns from same table
I have one table with two List columns. Each List contains Records, and the Records from each column have the same fields. I am trying to combine the two Lists for each row into a superset, t...
parry2k
Super User
4 years agoAnonymous Use list.zip
List.Zip({[List1 Column], [List2 Column]})
✨ Follow us on LinkedIn and to our YouTube channel
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop shop for Power BI-related projects/training/consultancy.
- Anonymous4 years agoNot applicable
Hi parry2k,
Thanks for the reply.
When I try using list zip:
each List.Zip({[Lease Numbers List],[Size List]})
It results in 3 rows but the result is just
To clarify the columns within the List Zip have lists in each cell,
Any additional thoughts?