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?