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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors