March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I need to Split column by Position where position is stored in another column for the same row.
so I need to get the position number from a different column in same row while splitting the text string for each row.
How do I get this position value dynamically?
Thanks
Solved! Go to Solution.
In M, in exit query
= Text.Start([Column],[Postion Col])
= Text.End ([Column],Text.Length([Column]) -[Postion Col])
In M, in exit query
= Text.Start([Column],[Postion Col])
= Text.End ([Column],Text.Length([Column]) -[Postion Col])
Hello!!!
I hope this helps!
For this example i created 2 columns
split_1 = LEFT(Hoja3[COLUMN_1];Hoja3[NUMBERS OF CHARACTERS TO SPLIT])
Split_2 = RIGHT(Hoja3[COLUMN_1];LEN(Hoja3[COLUMN_1])-Hoja3[NUMBERS OF CHARACTERS TO SPLIT])
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
126 | |
80 | |
59 | |
59 | |
44 |
User | Count |
---|---|
180 | |
119 | |
82 | |
70 | |
54 |