Forum Discussion

Rochejf's avatar
Rochejf
Frequent Visitor
2 years ago
Solved

Power Bi Merge - Get Last Match Instead

Hi all,

 

I've been scrolling through this forum and I got a very good post regarding merging queries and obtaining the first match instead of using index numbers. 

 

What if I wanna obtain the last match instead? I will not be able to use the numbering filtering function anymore. So any help on this?

 

Example:

 

Table 1

IDDate
A01-01-23
A02-01-23
B01-01-23
B02-01-23
B03-01-23
C01-01-23
C02-01-23

 

Table 2

IDJob Detail
ADrilling
BMilling
CExtracting

 

Merge Table 1 to 2

IDJob DetailDate
ADrilling02-01-23
BMilling03-01-23
CExtracting02-01-23