Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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 table that has an Info column with a string that has a tag and a number associated with it. There is always a string and then a number next to it.
Date | Info |
6/14/2019 | TA56TB54VZ2 |
6/13/2019 | TA2TB21FD5SL32PPR1 |
And I would like to create a new table with the Info column to expand it and look like this:
Date | TAG | VALUE |
6/14/2019 | TA | 56 |
6/14/2019 | TB | 54 |
6/14/2019 | VZ | 2 |
6/13/2019 | TA | 2 |
6/13/2019 | TB | 21 |
6/13/2019 | FD | 5 |
6/13/2019 | SL | 32 |
6/13/2019 | PPR | 1 |
Is this something possible in PBI? If so, could you point me to the right direction on how to do this please?
Thanks!
Solved! Go to Solution.
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:
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:
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
93 | |
85 | |
83 | |
71 | |
49 |
User | Count |
---|---|
142 | |
133 | |
110 | |
68 | |
55 |