Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi
I have used following formula to eliminate
Bonus 1:1 to Bonus
Table.SplitColumn(#"RenamedColumnType", "Action Type", Splitter.SplitTextByCharacterTransition((c) => not List.Contains({"0".."9",":"}, c), {"0".."9"}), {"Action Type", "Action Type.2"})
can someone explain me the order of excution of this formula step by step
Solved! Go to Solution.
This is saying: split the "Action Type" column into two columns ("Action Type" and "Action Type.2") at the first point where a character that isn't a digit or a colon is followed by a digit.
This is saying: split the "Action Type" column into two columns ("Action Type" and "Action Type.2") at the first point where a character that isn't a digit or a colon is followed by a digit.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 5 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 14 | |
| 14 | |
| 10 | |
| 8 | |
| 8 |