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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
kwonder
New Member

Creating a new table in Power BI

Hello,

 

I'm new to the Power BI Desktop and I'm trying to create a new table that will have columns from the multiple tables I pulled in from my source. Could someone please help me with this? Example: I have a course table and Instructor table I need to bring certain columns from each table.

3 REPLIES 3
Anonymous
Not applicable

Hi @kwonder,

 

   if your tables have a relationship between them you can use the NATURALINNERJOIN function() or the NATURALLEFTOUTERJOIN function(). Something like:

New Table = NATURALINNERJOIN(Course;Instructor)

or

New Table = NATURALLEFTOUTERJOIN(Course;Instructor)

 

Or if you want something different you can use the query editor mode and "merge queries".

Let me know if it works.

 

#I'M Not An Expert#

Rémi
Resolver III
Resolver III

Hi,

 

It will be difficult to explain to you all that things.

Try to read this guide and to follow it, then if you have questions, come back here 🙂

I 'tried' following through the guide that you suggested and this appears to be a topic that is beyond that getting started set of pages.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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