Forum Discussion
Mueez
5 years agoFrequent Visitor
Help Needed with Lookup Function
Hi, I have a very simple code in calculated cloumns where I am using lookup value to get required information from another table. =LOOKUPVALUE('Knock off details for AP'[Document No.],'Knoc...
- 5 years ago
Hi Mueez ,
I give an sample.
I have two tables like this.
--Table
--Table(2)
Then I create a calculated column in 'Table'.
The cause of the error is this, Table(2) has two values that are not aggregated.
You can do like this.
1. Create a calculated column in 'Table(2)'
2. LOOKUPVALUE()
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Mueez
5 years agoFrequent Visitor
Fowmy
5 years agoSuper User
Mueez
A column cannot contain two Document Numbers. That is not the right way. But, you can still do it using CONCATNATEX and FILTER functions
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply š