March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have 2 table
table 1
id name
1 A
2 B
3 C
table 2
EMpid date
1 11-02-2017
2 11-02-2014
3 11-02-2013
I want to explore Date column in table 1 using join or any mathod so that I get Date column as output
Solved! Go to Solution.
Hi @Parihar1980,
New a calculated column in Table1:
Date = LOOKUPVALUE ( table2[date], table2[EMpid], table1[id] )
Best regards,
Yuliana Gu
Hi @Parihar1980,
New a calculated column in Table1:
Date = LOOKUPVALUE ( table2[date], table2[EMpid], table1[id] )
Best regards,
Yuliana Gu
You can use RELATED function to get your date column from table 2 if you have relationship between these tables.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
81 | |
62 | |
54 | |
41 |
User | Count |
---|---|
194 | |
106 | |
90 | |
63 | |
51 |