Forum Discussion
Return value depending on value contained in text
- 4 years ago
Is the ML always going to be at the start?
If so, create a column in Power Query using an if statement with Text.StartsWith() to look for "ML" and then retrieve the first 3 chars using Text.Start() (if it doesn't start with ML, make it "")
--
In the table visual, filter out the empty 'ML Category' values from the filter pane. And sorting by 2 columns can be done using the shift key clicking on the column header.
Is the ML always going to be at the start?
If so, create a column in Power Query using an if statement with Text.StartsWith() to look for "ML" and then retrieve the first 3 chars using Text.Start() (if it doesn't start with ML, make it "")
--
In the table visual, filter out the empty 'ML Category' values from the filter pane. And sorting by 2 columns can be done using the shift key clicking on the column header.