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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
aswanim
Frequent Visitor

How to split the list into rows

Hi,

 

I have a list for Classification IDs and Classification columns. How to get that list to be converted to rows . Delimiter is comma.

 

aswanim_0-1668601439801.png

 

The output expecting is below for the highlighted Classification IDs row.

Topic titleWorkflow Classification IDWorkflow ClassificationClassification IDsClassification
Løsning for innkassing av ventilasjon auditorium72Avvik111**bleep**Tømrar
Løsning for innkassing av ventilasjon auditorium72Avvik197ARK
Løsning for innkassing av ventilasjon auditorium72Avvik201RIVs
Løsning for innkassing av ventilasjon auditorium72Avvik209

RIAku

 

 

Can you help me with this.

 

 

Thanks.

1 REPLY 1
wdx223_Daniel
Community Champion
Community Champion

NewStep=Table.FromRecords(List.TransformMany(Table.ToRecords(PreviousStepName),each List.Zip(List.Transform({"Classification IDs","Classification"},(x)=>Text.Split(Text.From(Recrod.Field(_,x)??""),","))),(x,y)=>x&[#"Classification IDs"=y{0},Classification=y{1}]))

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.