Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
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
Hi Community,
Can please help me with reshaping data in Power Query or using DAX for following problem
I have table table in following shape, where challanges are inside one cell (Table-1). I want to split them by customer ID (see table 2) . I am not sure which is best place to perform either excecuting it in Power Query or use DAX for it. I would really appreciate for any given help.
Table -1
| Customer ID | Challenges |
| 1 | A,B,C |
| 2 | A,C |
| 3 | C,V |
Table 2
| Customer ID | Challenges |
| 1 | A |
| 1 | B |
| 1 | C |
| 2 | A |
| 2 | C |
| 3 | C |
| 3 | V |
Solved! Go to Solution.
You can do this with the Split Column tool under the Transform tab.
Make sure to select Split into Rows under the Advanced options.
You can do this with the Split Column tool under the Transform tab.
Make sure to select Split into Rows under the Advanced options.
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.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |