This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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 April 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.