Forum Discussion

Redfox_delta1's avatar
3 years ago
Solved

Pulling a text value from another table column

Without merging two unrelated tables is there a dax function which will pull the text source from one column from a table and then insert the same text source into a new column in a different table.

  • Hi,

    As long as there is at least one connecting column between the 2 tables and in the table (from where you are bringing over the column) has only one entry for the lookup value, you may use the LOOKUPVALUE() function.  

3 Replies

  • Hi,

    As long as there is at least one connecting column between the 2 tables and in the table (from where you are bringing over the column) has only one entry for the lookup value, you may use the LOOKUPVALUE() function.