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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
jayendra
Frequent Visitor

using join condition and how to get the multiple columns

HI

 

 

I have two table 1 is project  and it contains projectkey column and the 2 table is getissues and that has projectkey column.i dont know which join condition is used.But in get issues table 5 columns is their i want that 5 columns  and project table conatins 4 columns and i want that 4 columns.how to create a query in Power Bi (or) is their any dax forumuls.can you provide me ASAP or any links

 

Regards

jayendra

1 ACCEPTED SOLUTION
Eric_Zhang
Microsoft Employee
Microsoft Employee


@jayendra wrote:

HI

 

 

I have two table 1 is project  and it contains projectkey column and the 2 table is getissues and that has projectkey column.i dont know which join condition is used.But in get issues table 5 columns is their i want that 5 columns  and project table conatins 4 columns and i want that 4 columns.how to create a query in Power Bi (or) is their any dax forumuls.can you provide me ASAP or any links

 

Regards

jayendra


@jayendra

You can just create a proper one:many relationship for those two tables. Then just drag columns from those two tables to visuals, the data would be linked automatically. For tables in relationship, you could also reference function RELATEDTABLE and RELATED

Capture.PNG

View solution in original post

2 REPLIES 2
Eric_Zhang
Microsoft Employee
Microsoft Employee


@jayendra wrote:

HI

 

 

I have two table 1 is project  and it contains projectkey column and the 2 table is getissues and that has projectkey column.i dont know which join condition is used.But in get issues table 5 columns is their i want that 5 columns  and project table conatins 4 columns and i want that 4 columns.how to create a query in Power Bi (or) is their any dax forumuls.can you provide me ASAP or any links

 

Regards

jayendra


@jayendra

You can just create a proper one:many relationship for those two tables. Then just drag columns from those two tables to visuals, the data would be linked automatically. For tables in relationship, you could also reference function RELATEDTABLE and RELATED

Capture.PNG

Anonymous
Not applicable

Hi @jayendra

 

Try the LOOKUPVALUE() DAX formula. 

 

You go to the table, where you want all your data, and you look up the values, you need, in order to perform your calculations.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.