Forum Discussion
Replacing Text in columns
- 5 years ago
libertetech you can use REPLACE for Column20 go to transform data -> Transform -> Replace data and then enter 0 in value to find and Italy in Replace with
for Column19, it is easier to create another column and use the following DAX expression and then remove column20
if [Column20] = "Italy" then "Europe" else [Coloum19]Check my latest blog post Comparing Selected Client With Other Top N Clients | PeryTUS I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
libertetech you can use REPLACE for Column20 go to transform data -> Transform -> Replace data and then enter 0 in value to find and Italy in Replace with
for Column19, it is easier to create another column and use the following DAX expression and then remove column20
if [Column20] = "Italy" then "Europe" else [Coloum19]
Check my latest blog post Comparing Selected Client With Other Top N Clients | PeryTUS I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡