Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
83dons
Helper III
Helper III

Create a table by pulling through an existing one

Hi is there a way to start a new table by using a previous table as the source? SO instead of say a combine of two tables which is easy just pulling through one table?

 

= Table.Combine({Current, Leavers})

 

I have tried = Table ({Current}) but it didnt work.

1 ACCEPTED SOLUTION
Bibiano_Geraldo
Super User
Super User

HI @83dons ,

To create a new table based on an existing one (like Current), you just reference it directly by name, like this:

= Current

View solution in original post

2 REPLIES 2
83dons
Helper III
Helper III

Thanks knew it would be something simple!

Bibiano_Geraldo
Super User
Super User

HI @83dons ,

To create a new table based on an existing one (like Current), you just reference it directly by name, like this:

= Current

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors