Forum Discussion
Tlotly
Helper V
4 years agoLookup 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
- vojtechsima
Super User
Hi, Tlotly
I suggest using PRINCIPALNAME instead of USERNAME- Tlotly
Helper 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