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
tiagorolimp
New Member

Join table based on the last hit in Power BI

I am using Power BI and need to join two tables, but I want to display only the last result. Below I show more details:

 

Table1:

number  description
263745  Bank reconciliation

 

Table2:

number  status
263745  progress
263745  completed

 

After joining the tables, the result:

number  description         status
263745  Bank reconciliation progress
263745  Bank reconciliation completed

 

But I would like to show only the last result, as below:

number  description         status
263745  Bank reconciliation completed

 

What am I doing wrong?

1 REPLY 1
v-evelk
Microsoft Employee
Microsoft Employee

Hello,

 

It's unclear on when step you want to see this data.

Should dataset be with the only latest record or you want that your visual shows the latest record despite dataset contains all the records?

If you want to build such dataset, it would be better to ask in the appropriate thread.

However, if your question is regarding a visual so, please clarify the target visual.

 

Kind Regards,

 

Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
pbicvsupport@microsoft.com

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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 Solution Authors