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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
LarryAlx
Frequent Visitor

Max or First Record when doing a Merge

I am doing a some table merging.  However, I do not need all the records from the second table, I only need the first record or the max depending on the scenario.  Can Merge accomplish this? If so what additional steps do I need to do before, during or after the merge? If there is a better solution than a Merge, please provide it.

 

Below is an example:

LarryAlx_6-1629132879951.png

LarryAlx_7-1629132889556.png

 

 

LarryAlx_8-1629132913187.png

 

 

 

1 ACCEPTED SOLUTION
v-kelly-msft
Community Support
Community Support

Hi  @LarryAlx ,

 

While merging,select "left outer" as the Join Kind:

vkellymsft_0-1629787672353.png

After that,go to append table and choose "Aggregate">select "Maximun" or "Minimum" of column "Contract Line Item":

vkellymsft_1-1629787745704.png

And you will see:

vkellymsft_2-1629787828566.png

For the related .pbix file,pls see attached.

 

 

Best Regards,
Kelly

Did I answer your question? Mark my reply as a solution!

 

 

View solution in original post

3 REPLIES 3
v-kelly-msft
Community Support
Community Support

Hi  @LarryAlx ,

 

While merging,select "left outer" as the Join Kind:

vkellymsft_0-1629787672353.png

After that,go to append table and choose "Aggregate">select "Maximun" or "Minimum" of column "Contract Line Item":

vkellymsft_1-1629787745704.png

And you will see:

vkellymsft_2-1629787828566.png

For the related .pbix file,pls see attached.

 

 

Best Regards,
Kelly

Did I answer your question? Mark my reply as a solution!

 

 

mahoneypat
Microsoft Employee
Microsoft Employee

I would do a Group By on the ID column on your Right Table, choosing Max as the aggregation on the line item column.  You can then merge either table into the other.

 

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


tctrout
Responsive Resident
Responsive Resident

Instead of merging, try Group By.  The default GUI interface provides options to Group By Max or Group by Min.

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.

Top Kudoed Authors