Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi there,
I am trying to split a column by values from a list. I got the list ready and now wonder how I could reference the values from this list in the split column function. I don't want to manually update the position as the number could change. Tried multiple ways and searched online, but no luck.
Thank you so much!
If you split it in Rows not in columns, then you just need to specify the PositionList.
Select your columns and while splitting choose Rows in place of Column under Advanced. Put any dummy value say 3 as position. Once split done, in formula bar, replace this 3 with name PositionList.
You will get this kind of split
= Table.ExpandListColumn(Table.TransformColumns(Source, {{"Text", Splitter.SplitTextByPositions(PositionList)}}), "Text")
We can make formula for vertical split as well but in my view this much complexity is not needed and also for Power BI, it is longer table rather than wider table which is needed.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
10 | |
10 | |
8 | |
7 |