Forum Discussion
Rudyi
Helper I
6 years agoVlookup with powerquery from another source
Hi all, I'm quite new to power query and I'm trying to do I query out of my league. I have one table with column of names Table1 Name AABC BBCD CCDE and second table with nami...
- 6 years ago
New column in table 1
new column = maxx(filter(table2,left(table1[Name],len(table2[naming]))=table2[naming]),Table2[value])
amitchandak
Super User
6 years agoNew column in table 1
new column = maxx(filter(table2,left(table1[Name],len(table2[naming]))=table2[naming]),Table2[value])
Rudyi
Helper I
6 years agoHi ,
amitchandak is it possible to do the same on the query level somehow? Same function gives me an error in query editor 😞
v-gizhi-msft thanks, your solution works as well!
- v-gizhi-msft6 years ago
Community Support
Hi,
If my answer has solved your solution, please mark it as a solution for others to see.
Thanks!
Best Regards,
Giotto Zhi