Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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])
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.