Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Need help with reshaping table

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
1A,B,C
2A,C
3C,V

 

Table 2

Customer IDChallenges 
1A
1B
1C
2A
2C
3C
3V
1 ACCEPTED SOLUTION
AlexisOlson
Super User
Super User

You can do this with the Split Column tool under the Transform tab.

AlexisOlson_0-1643754529724.png

Make sure to select Split into Rows under the Advanced options.

View solution in original post

1 REPLY 1
AlexisOlson
Super User
Super User

You can do this with the Split Column tool under the Transform tab.

AlexisOlson_0-1643754529724.png

Make sure to select Split into Rows under the Advanced options.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors