Forum Discussion
Stuznet
7 years agoHelper V
DAX Vlookup
Hi guys,
I'm struggling turning this Excel formula to Dax function. So basically, I need to perform a lookupvalue based on these 2 columns. If the value is matched then return that value.
Thanks guys
Hi Stuznet,
try the following calculated column:
Column = lookupvalue( Lookup[Start B]; Lookup[Finish A] ;Lookup[Start B])
Regards.
MFelix
4 Replies
- danbResolver I
Try the LookupValue function