Forum Discussion
GioVille
3 years agoRegular Visitor
Extracting Maximum number in string
Hello, Is there a way to extract the maximum number in a string into a new column. The number represents the number of attempts the test was conducted until I got a passing result. ...
- 3 years ago
NewStep=Table.AddColumn(PreviousStepName,"Custom",each List.Count(Text.Split([StatusColumnName],","))/2)
wdx223_Daniel
3 years agoCommunity Champion
NewStep=Table.AddColumn(PreviousStepName,"Custom",each List.Count(Text.Split([StatusColumnName],","))/2)