Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello Comunity,
Actaul i have the challange, an value to split whit a dynamic value in the M-Code in Power Query.
Per Example:
Text | Length Number | Solution |
America30 | 2 | 30 |
Australia300 | 3 | 300 |
China48500 | 5 | 48500 |
Africa4 | 4 | 4 |
Europe1548793 | 7 | 1548793 |
How can i do that?
Simon
Solved! Go to Solution.
Hi Simon,
This should work fine in a new custom column:
Text.End([Text], [Length Number])
Pete
Proud to be a Datanaut!
Hi Simon,
This should work fine in a new custom column:
Text.End([Text], [Length Number])
Pete
Proud to be a Datanaut!
Thank for the answer.
And whit the length? ... each Text.End(_, value(length number),...
Splitter.SplitTextByCharacterTransition(each not List.Contains({"0".."9"},_),{"0".."9"})([Text])
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.