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

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.

Reply
Anonymous
Not applicable

Transform single row into multiple rows based on a cell value

How do you transform rows into multiple rows like on the picture?

2019-04-15_14-43-36.jpg

1 ACCEPTED SOLUTION
AnthonyTilley
Solution Sage
Solution Sage

in power bi desktop go to EDIT QUERIES

 

in the query editor right click the Fruits colunm and select split colunm 

in the menue select split by delimiter

 

in the pop up select the following Custom from teh drop down 

in the box provided enter +

Split at "Each occurrense of the Delimiter

 

Click Advanced options

 

select split into Rows

and in Qoute Charated select None

 

Click Okay and your data source shoult now be as requested 

 

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

3 REPLIES 3
AnthonyTilley
Solution Sage
Solution Sage

in power bi desktop go to EDIT QUERIES

 

in the query editor right click the Fruits colunm and select split colunm 

in the menue select split by delimiter

 

in the pop up select the following Custom from teh drop down 

in the box provided enter +

Split at "Each occurrense of the Delimiter

 

Click Advanced options

 

select split into Rows

and in Qoute Charated select None

 

Click Okay and your data source shoult now be as requested 

 

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Anonymous
Not applicable

Thanks @AnthonyTilley worked perfectly!

Zubair_Muhammad
Community Champion
Community Champion

@Anonymous 

 

From the Query Editor,  add this custom column, then expand it to new rows

 

=Text.Split([Fruits Purchase],"+")

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.