Forum Discussion
1984
1 year agoHelper I
Lookup value
Hi I'm hoping someone can support me. I want to create what I thought would be a simple lookup dax The result column is type text with a mixture of text and numbers, the search column is ty...
- 1 year ago
Did you review your data types?
Where is the sample data?
1984
1 year agoHelper I
So the Dax I'm using is
Lookup COLUMN =
LOOKUPVALUE('TABLE 1'[ID],
'TABLE 1'[Number],
'TABLE 2'[New MSN])
mark_endicott
1 year agoSuper User
Did you review your data types?
Where is the sample data?