Forum Discussion
srivallyk
3 years agoNew Member
Get column from another table
Hi Experts, I have a scenario like need to retrieve a column from one table to other table which we do not have any relation among each tables. Can anyone help me on this. Regards, Srivally
- 3 years ago
Hi srivallyk
Sorry, seems somehow I missed your reply. Apologies for the late response. Please useProgram Name = VAR T1 = ADDCOLUMNS ( 'Project Programme', "@ProgramName", RELATED ( Programme[ProgrammeName] ) ) VAR T2 = FILTER ( T1, 'Project Programme'[ProgrammeKey] = Project[ProjectKey] ) RETURN MAXX ( T2, [@ProgramName] )