Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello to all,
I have a table like this in Excel
| H1 | H2 | H3 |
| CAR | D | 2 |
| AIRPLANE | D | 46 |
| TRAIN | E | 3,57,1 |
| TRUCK | H | 7 |
| BIKE | R | 923,11 |
How can use power query in order to split down the values in Header3 (H3) that have commas to get an output like this:
| H | H2 | H3 |
| Car | D | 2 |
| Airplane | D | 46 |
| Train | E | 3 |
| Train | E | 57 |
| Train | E | 1 |
| Truck | H | 7 |
| Bike | R | 923 |
| Bike | R | 11 |
Thanks for any help.
Solved! Go to Solution.
See below gif.
Take note of the 'Advanced Options', choose Rows.
| Have I solved your problem? Please click Accept as Solution so I don't keep coming back to this post, oh yeah, others may find it useful also ;). |
@KNP Thanks so much for your help. in Power Query within excel is quite different but it works perfect.
See below gif.
Take note of the 'Advanced Options', choose Rows.
| Have I solved your problem? Please click Accept as Solution so I don't keep coming back to this post, oh yeah, others may find it useful also ;). |
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 |
|---|---|
| 56 | |
| 47 | |
| 44 | |
| 20 | |
| 20 |
| User | Count |
|---|---|
| 73 | |
| 72 | |
| 34 | |
| 33 | |
| 31 |