Forum Discussion
Anonymous
4 years agoNot applicable
lookupValue
hello everyone
I get more than one value and an error when I use the LookupValue function.
I would like to display the value that occurs most often. Can someone help me ?
Thanks
2 Replies
- amitchandakSuper User
Anonymous , not sure of the usage
new column
we try like
Same Table
maxx(filter(Table, [Id] = earlier([ID]), [Value])
different tables
maxx(filter(Table2, Table[Id] = (Table2[ID]), Table2[Value])
refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8 - AnonymousNot applicable
Hi, thank you 🙂
unfortunately, it does not work.
is there any other possibility?