Forum Discussion
Redfox_delta1
3 years agoHelper I
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
- Ashish_MathurSuper User
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.
- Redfox_delta1Helper I
Ashish_Mathur yep that worked thank you
- Ashish_MathurSuper User
You are welcome.