The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.
Solved! Go to Solution.
HI @83dons ,
To create a new table based on an existing one (like Current), you just reference it directly by name, like this:
= Current
Thanks knew it would be something simple!
HI @83dons ,
To create a new table based on an existing one (like Current), you just reference it directly by name, like this:
= Current