Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi,
I currently have columns like this:
| Column 1A | Column 2A |
| ID 1 | abc |
| ID 2 | abc,xyz |
| ID 3 | efg,xyz |
| ID 4 | abc,efg,xyz |
And I would like to end up with this:
| Column 1B | Column 2B |
| ID 1 | abc |
| ID 2 | abc |
| ID 2 | xyz |
| ID 3 | efg |
| ID 3 | xyz |
| ID 4 | abc |
| ID 4 | efg |
| ID 4 | xyz |
Basically: give each delimited item it's own row and keep the relation to the ID number. I've tried unpivot and a few other things, but can't get it to work right.
Any help would be appreciated, thanks!
Solved! Go to Solution.
Hello,
The solution provided in this post should help you:
Regards,
ElenaN
Hello,
The solution provided in this post should help you:
Regards,
ElenaN
Excellent, thanks a bunch!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 70 | |
| 39 | |
| 35 | |
| 23 |