Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi,
I need to make a lookup value between 2 tables but I have the message : "One of the columns must have unique values"
Here a my tables :
Table 1
ID project Update date
1 30/03/19
1 25/03/19
2 12/01/19
..
Table 2
ID project Name project
1 A
2 B
I need to have for each project, the last update (so the most recent date).
thnak you for your help
Solved! Go to Solution.
Hi @azizdoghmi ,
To create a calculated column as below.
Column = CALCULATE(MAX('Table'[Update date]),FILTER('Table','Table'[ID project]='Table (2)'[ID project ]))
Hi @azizdoghmi ,
To create a calculated column as below.
Column = CALCULATE(MAX('Table'[Update date]),FILTER('Table','Table'[ID project]='Table (2)'[ID project ]))
Could you just merge the queries on the ID Project?
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 41 | |
| 21 | |
| 21 |
| User | Count |
|---|---|
| 148 | |
| 109 | |
| 63 | |
| 37 | |
| 36 |