This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi,
I have a list for Classification IDs and Classification columns. How to get that list to be converted to rows . Delimiter is comma.
The output expecting is below for the highlighted Classification IDs row.
| Topic title | Workflow Classification ID | Workflow Classification | Classification IDs | Classification |
| Løsning for innkassing av ventilasjon auditorium | 72 | Avvik | 111 | **bleep**Tømrar |
| Løsning for innkassing av ventilasjon auditorium | 72 | Avvik | 197 | ARK |
| Løsning for innkassing av ventilasjon auditorium | 72 | Avvik | 201 | RIVs |
| Løsning for innkassing av ventilasjon auditorium | 72 | Avvik | 209 | RIAku
|
Can you help me with this.
Thanks.
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}]))
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.