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
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
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.

March Power BI Update Carousel

Power BI Community Update - March 2026

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