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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
namitajuneja15
Frequent Visitor

How to write a query on power bi

I am new to POWER BI  and for creating a dashboard I need to join these 2 tables based on index .

 

How do I write a DAX query to join the index of 2nd table to the column name of 1st in POWER BI. Is there any other way to do so?

namitajuneja15_0-1660221626750.png

How do I write a DAX query to join the index of 2nd table to the column name of 1st in POWER BI. Is there any other way to do so?

 

1 ACCEPTED SOLUTION
BA_Pete
Super User
Super User

Hi @namitajuneja15 ,

 

I'd do this in Power Query rather than DAX:

You'll want to import both tables into PQ using 'Get Data'. We'll call the top one TableA and the bottom one TableB.

Once you have TableA open in PQ, select the [ID] column and go to the Transform tab > Unpivot Columns (dropdown) > Unpivot Other Columns.

Now you can go to the Home tab > Merge Queries and merge on TableA[Attribute] = TableB[Index].

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




View solution in original post

2 REPLIES 2
namitajuneja15
Frequent Visitor

Thanks a lot guys, Your procedures really helped me tackle the situation

BA_Pete
Super User
Super User

Hi @namitajuneja15 ,

 

I'd do this in Power Query rather than DAX:

You'll want to import both tables into PQ using 'Get Data'. We'll call the top one TableA and the bottom one TableB.

Once you have TableA open in PQ, select the [ID] column and go to the Transform tab > Unpivot Columns (dropdown) > Unpivot Other Columns.

Now you can go to the Home tab > Merge Queries and merge on TableA[Attribute] = TableB[Index].

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Solution Authors