Forum Discussion
Anonymous
5 years agoNot applicable
Using Power M to return a value based upon a partial match
I have looked but I don't think this is possible, but hopefully I'm wrong. BTW, I'm making things up here, so ignore any logical issues 🙂 Ticket ID Long Description 1237 Active Direct...
- 5 years ago
Anonymous ,
Try this code for a custom column:
let _text = [Long Description] in Table.SelectRows(Search, each Text.Contains(_text, [Search For]))
Anonymous
5 years agoNot applicable
Thanks for this.
Using the example code it works perfectly fine.