Forum Discussion
ebecerra
7 years agoMicrosoft Employee
Creating a table from another table's column based on a regular expression
Hi everyone, this is the problem I have. I have this table with a column with some "string" that I need to split into different rows based on a regex. Let me show you what I mean. I have this tab...
- 7 years ago
Hello ebecerra ,
You can load the data into PowerQuery then use the Split Column by DigitToNonDigit and then Unpivot then Split Column by NonDigitToDigit. I put together a quick video showing the steps:
jdbuchanan71
7 years agoSuper User
Hello ebecerra ,
You can load the data into PowerQuery then use the Split Column by DigitToNonDigit and then Unpivot then Split Column by NonDigitToDigit. I put together a quick video showing the steps:
ebecerra
7 years agoMicrosoft Employee
OMG Thank you jdbuchanan71! You're brilliant!