Forum Discussion

CMSGuy's avatar
CMSGuy
Helper III
3 years ago
Solved

LOOKUPVALUE error

PrevFLComments = VAR Userx = 'Daily Certification Full'[Emp Full Name] VAR PrevDate = DATEADD('Daily Certification Full'[DateEntered],-1,MONTH) RETURN COALESCE(LOOKUPVALUE('Daily Certification ...
  • DataInsights's avatar
    3 years ago

    CMSGuy,

     

    It appears that 'Daily Certification Full'[Field Leader Comment] has multiple values resulting from the lookup. You could use FILTER to create a virtual table with the relevant rows, and then use CONCATENATEX to concatenate the values in the virtual table.