Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi, everyone,
I am looking for a solution to the following problem: How can I convert a column of a table into a list without destroying the base table? The base table should continue to exist in the data model. Then i would like to create another new table from the list
Many Thanks Nick
Solved! Go to Solution.
Let's say your base table is named "BaseTable". You can add a blank query, and then in the formula bar, type:
= BaseTable[ColumnName]
That gives you the list. You can wrap it in Table.Distinct to get unique values. If you want it as a one column table, it's:
BaseTable[[ColumnName]]
--Nate
wow, thank you very much 🙂 I've tried so much and then it's so easy - thank you
Nick
Let's say your base table is named "BaseTable". You can add a blank query, and then in the formula bar, type:
= BaseTable[ColumnName]
That gives you the list. You can wrap it in Table.Distinct to get unique values. If you want it as a one column table, it's:
BaseTable[[ColumnName]]
--Nate
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 5 | |
| 5 | |
| 3 |