The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello
I know how to split text to row
example 1;3;4,
Text.Split([eerderhulpID],";")
list expand to row
but how if its text in column on different rows. Wat is then insted of ";"
Sorry english is not my first language. But I know, here I mostly find all the answers!
It was so easy 😀. the formule is Text.Split([hulpvraagID],"#(cr)")) of Text.Split([hulpvraagID],"#(lf)")) depends of how..
Thanks for the info, so I have found what I have to do. And...... I have learned about seperators.
Hi,
you can use line feed as the splitter #(lf), example below:
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
@Nelleke-NL @RickdeGroot has the answer here: Split Column by Carriage Return in Power Query - BI Gorilla