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
You may try Power Query M function Text.Replace and Text.ReplaceRange, and DAX Function REPLACE Function and SUBSTITUTE Function.
- jracer0078 years ago
Helper IV
Could you help me with the formula please? I am new at this.
- v-chuncz-msft8 years ago
Community Support
- jracer0078 years ago
Helper IV
I'll explain it to you in more detail, My data source comes from Google Analytics:
Then I create a Custom Column to extract the data I need with a lookupvalue:
This is the data source that contains the search column:
And the visualization (matrix) is this:
Now, what I need is for all that text to be replaced by this:
Note: This text is in the same table as the replacetext_3 image.