Forum Discussion
jeece
8 years agoNew Member
Formula like vlookup
Hi, I need to have the Code1 for each row. A row has an Line id, the parent id, and the line level (1 to 3). Line with level 1 has a code, and I need to have the code for each line into code1....
- 8 years ago
Hi Jeece,
Did you try the lookupvalue function?
https://msdn.microsoft.com/en-us/query-bi/dax/lookupvalue-function-dax
Regards,
K.
Kerrymr
8 years agoHelper I
Hi Jeece,
Did you try the lookupvalue function?
https://msdn.microsoft.com/en-us/query-bi/dax/lookupvalue-function-dax
Regards,
K.
jeece
8 years agoNew Member
Thanks a lot it was exactly what I was looking.