Forum Discussion
Anonymous
4 years agoNot applicable
Lookupvalue function does not return results occasionally?
I am trying to return PI number from Master calendar table using LOOKUPVALUE function. This is the function: Just noticed some dates do not have PIs returned, even though some other ...
- 4 years ago
Anonymous , Try like
maxx(filter('Master Calendar Table', 'Master Calendar Table'[Date] = datevalues(Allincident[Date])), 'Master Calendar Table'[PI] )
amitchandak
Super User
4 years agoAnonymous , Try like
maxx(filter('Master Calendar Table', 'Master Calendar Table'[Date] = datevalues(Allincident[Date])), 'Master Calendar Table'[PI] )
Anonymous
4 years agoNot applicable
Thank you Sir for your help.
It works like a dream. Do you know the reason why LOOKUPVALUE did not work?
Thanks,