Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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 ...
  • amitchandak's avatar
    4 years ago

    Anonymous , Try like

     

    maxx(filter('Master Calendar Table', 'Master Calendar Table'[Date] = datevalues(Allincident[Date])), 'Master Calendar Table'[PI] )