Forum Discussion
jracer007
Helper IV
8 years agoReplace Text with other text
Hello community, I want to request your help to replace the text of a Custom Column with the text of other column. Original Text: Desired text: Thank and happy year!!
v-chuncz-msft
Community Support
8 years ago
The first parameter <result_columnName> of LOOKUPVALUE Function needs to be the name of an existing column that contains the value you want to return.
jracer007
Helper IV
8 years agoI do not understand.
- Stachu8 years ago
Community Champion
I still thik you should follow Greg_Deckler idea and change it in PowerQuery. Instead of LOOKUPVALUE in DAX you can merge the tables using Table.NestedJoin in PowerQuery, it should give the same end result and you have much more flexibility in transforming the tables
- jracer0078 years ago
Helper IV
With a custom column can I use PowerQuery?
- Stachu8 years ago
Community Champion
no, you cannot use PowerQuery with DAX custom column - but you can create the same column in PowerQuery itself (so it's no longer calcuated), you can do the PowerQuery equivalent of DAX LOOKUPVALUE by using Merge Queries functionality