Forum Discussion
davidwhite83
6 years agoFrequent Visitor
Power Query in Power Bi Data Modification
Power query in PBI, I am trying to find and replace a value that has a return in a cell. I am trying to replace the value with just the employees name. I need it to go from SCOTT D HALL_...
- 6 years ago
Generally, you can splite the column by custom separator like " " and "_", then remove the useless columns and combine the two left columns.
Or you can regular expreesion to match the pattern using python or R.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-yuta-msft
6 years agoCommunity Support
Generally, you can splite the column by custom separator like " " and "_", then remove the useless columns and combine the two left columns.
Or you can regular expreesion to match the pattern using python or R.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.