Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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])
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!