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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
k123
Frequent Visitor

How to merge a grouped table with another table?

Hi I am new to Power BI,

 

I am trying to merge my grouped table that I created by grouping on various columns of my original data and now I want to merge this table with another unrelated table. Once I created this grouped table I also created a relationship with my original data in the model.

 

Grouped table:

ID  Student_name Exam_desc                   Exam    Grades

1    Abc                  Class 12  advanced biology     Bio     A

2    Xyz                   Class 2 math           math         Math B

 

Other table that I want to merge with is as follows:

Exam_id   Exam_desc

123          Class 10 math

312          Class 2 math

.......................

 

Please let me know how to implement this. Thanks!

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @k123,


You can add a calculate column to grouped table with lookupvalue function to find out correspond records from other table.

Exam_id =
LOOKUPVALUE ( Table2[Exam_id], Table2[Exam_desc], Groupped[Exam_desc] )

Regards,
Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

HI @k123,


You can add a calculate column to grouped table with lookupvalue function to find out correspond records from other table.

Exam_id =
LOOKUPVALUE ( Table2[Exam_id], Table2[Exam_desc], Groupped[Exam_desc] )

Regards,
Xiaoxin Sheng

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.