Forum Discussion
bobbybamber
8 years agoFrequent Visitor
Search a Field Within A Query List
Hi guys, Apologies if this is obvious/has already been asked - I can't really work out what to even search for to find the answer so figured it'd be quicker to ask. Anyway - I have a dataset o...
- 8 years ago
Hi bobbybamber,
Try this calculated column formula
=FIRSTNONBLANK(FILTER(VALUES(Country[Country]),SEARCH(Country[Country],[Text],1,0)),1)
Ashish_Mathur
Super User
8 years agoHi bobbybamber,
Try this calculated column formula
=FIRSTNONBLANK(FILTER(VALUES(Country[Country]),SEARCH(Country[Country],[Text],1,0)),1)
bobbybamber
8 years agoFrequent Visitor
Just what I was looking for, thank you!
- Ashish_Mathur8 years ago
Super User
You are welcome.