Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have two columns (or it can be a list) with the same number of rows. I would like to create a table that has the two columns (or lists) combined as in the example in the image. Which function or step should I follow?
Solved! Go to Solution.
You can start a new blank query and use Table.FromColumns to get your result
= Table.FromColumns({Name[Name], Age[Age]})
It needs a list of table names. You can create a list from a query column with the syntax above - QueryName[ColumnName]
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
You can start a new blank query and use Table.FromColumns to get your result
= Table.FromColumns({Name[Name], Age[Age]})
It needs a list of table names. You can create a list from a query column with the syntax above - QueryName[ColumnName]
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
@mahoneypat ,I haven't used Table.FromColumns yet and it solved my case perfectly. Thank you.
@MattAllington I'm also using List.Zip, but this step does not solve it. Thank
Add an Index column in Power Query to both columns. (Both should start from the same number e.g.1)
Merge the tables using an Inner Join.
Personally, I would use List.Zip. Make sure both are lists first.
https://excel.city/2017/11/how-to-use-list-zip-in-power-query/
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
10 | |
8 | |
6 | |
6 | |
6 |