Forum Discussion
harirao
5 years agoPost Prodigy
Lookup between two tables
Hi Team, Can you please assist me on below, as i want to do lookup in table SFDC_Open_data column Open_data from table SFDC_NoQuote_data column No Quotes. below example from Excel, same need t...
Anonymous
5 years agoNot applicable
You can check this document,
https://docs.microsoft.com/en-us/dax/lookupvalue-function-dax
LOOKUPVALUE(COLUMN TO BE RETURNED,COMMON COLUMN OF TABLE 1, COMMON COLUMN OF TABLE 2)
If you can give the common column, can write the column for you
Thanks