Forum Discussion
Tlotly
4 years agoHelper V
Lookup value DAX not working
Hi All
Please assist. The measure below is returning a blank. What is wrong with it?
Measure = LOOKUPVALUE(UserAccess[UserName], UserAccess[Email], USERNAME())
The structure of the table I'm querying:
Thank you
Matlotlo
3 Replies
- vojtechsimaSuper User
Hi, Tlotly
I suggest using PRINCIPALNAME instead of USERNAME- TlotlyHelper V
- AnonymousNot applicable
HI Tlotly,
I'd like to suggest you create a measure expression to output the current field value and username to confirm if they are stored in the same formats.
If they are different, you can do changes to the value of the field to keep them using the same format.Regards,
Xiaoxin Sheng