I have a scenario where I want to have a lookup column to be created in Dataverse Table 2 looking up to Table 1 other than a primary column. Is this possible? If so, I want each and every possibilities to analyze.
Example:
Dataversetable1 - EmpName(PK), EmpCode, PhoneNumber, Address
Dataversetable2- ProjectName(PK), EmpName(Lookup), EmpCode(LookUp), ProjectCode
From above example I need the ways how I can create lookup EmpCode in second table.