Forum Discussion
smoka3
6 years agoFrequent Visitor
Lookupvalue using Search\ContainsString?
Hi Experts, could you please help in finding the solution for my requirement I have 2 tables with 40K rows in each table, I have slicer with package column from Table A and i have a table visual...
- 6 years ago
smoka3 , Create a new column in TableB
maxx(filter(TableA, CONTAINSSTRING(TableB[Command], TableA[Package])),TableA[Package])
amitchandak
Super User
6 years agosmoka3 , Create a new column in TableB
maxx(filter(TableA, CONTAINSSTRING(TableB[Command], TableA[Package])),TableA[Package])
- smoka36 years agoFrequent Visitor
Thanks You!
- hdemedici1001 year agoFrequent Visitor
I've just used this for a similar solution, and it's worked perfect! Thank you!