Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
How do I duplicate rows based on the content of Column B. I'd like a separate row for each "Person" in the cell?
This is my starting table (I can't extract the data in any other way):
This is my goal:
I'm new to BI but familiar with databases. Does it make more sense to "text to columns" then do a join?
Please help and thank you!
Solved! Go to Solution.
HI @h0ttamale,
This could be done by Query Editor (M Language) as below steps:
If this works for you please accept it as solution and also like to give KUDOS.
Best regards
Tri Nguyen
Hello, I have the same problem with a dataset that has multiple countries(e.g US, UK, Mexico, Canada) in a cell that is supposed to have just one country(e.g US ) in the cell under 'Country' column. I followed the steps you gave above in power query editor for but I could not find the option 'expand to new rows'.
Kindly assist
HI @h0ttamale,
This could be done by Query Editor (M Language) as below steps:
If this works for you please accept it as solution and also like to give KUDOS.
Best regards
Tri Nguyen
what if your reference cell contains numeric value, and that numeric value shoud be the times it needs to be replicated? Lets say, my cell value for the row is 5, then I want to have 5 copies of that rows. Thanks!
then you should add a Custom Column with a formula:
List.Repeat({[your reference cell]},[your reference cell])
and then in the top right of your new Custom Column choose Expand to new rows
Awesome! Thanks! Works perfectly.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.