Forum Discussion
Create Dynamic Lookup between Unrelated tables
Hi sflynn ,
You may create column or measure to get matched items using RELATED function, LOOKUPVALUE function, or FIRSTNONBLANK function .
For example:
Column1=RELATED([one side field of relationship])
Column1= LOOKUPVALUE(tableA[goal field], tableA[linked field], tableB[linked field]))
Column1= CALCULATE (FIRSTNONBLANK ( tableA[goal field], 1 ),FILTER ( ALLSELECTED( tableA), tableA[linked field] = tableB[linked field] ))
Or could you please share your sample data and desired output screenshots for further analysis? You can also upload sample pbix to OneDrive and post the link here. Do mask sensitive data before uploading.
Best Regards,
Amy
Community Support Team _ Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.