Forum Discussion
How to create M function to Find and Replace the Value?
I know, Power BI provide Replace fiunction Out Of the Box.
Still, I want to create a Custom Function (M function) which will read value from the dataset for find and Replace with a word.
How to create this function and call the function on a specific column of a table.
Example:
I have County column in a database. For County I want to create a function which will read the Find value from another dataset and replace found word with another column named "Replaced value".
How to achieve this requirement?
2 Replies
- v-juanli-msft
Community Support
Hi Dhruvin
Let me confirm the requirement with you
find the value "a" in "country" column in table1, then replace the "a" with another value from another table.
If my understanding is correct, here is a thread you could refer to
Best Regards
Maggie
- Ashish_Mathur
Super User
Hi,
If you are willing to use another column, you can simply join the two tables.