Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
sromondas
Frequent Visitor

Table of multiple values

Hello folks,

 

I have a formula for a new column as follows but i keep running into a "A table of multiple values was supplied...." error.

 

I have about 4 million rows in my data set.

 

powerbiResponseTime =
    IF (
        Mail[powerbiResponse] = 1,
        (LOOKUPVALUE (Mail[DateTimeSent],Mail[Attributes.InternetMessageId], Mail[Attributes.InReplyTo])),
        0
    )
 
What i want the formula to do is, for each row, look up the value from the Attributes.InReplyTo field in the Attributes.InternetMessageId field, and pull the corresponding date. I believe the lookup value syntax is correct but not sure why i get the error.
 
Thanks as always
1 REPLY 1
FreemanZ
Super User
Super User

hi @sromondas 

you get this error, because there are multiple ocassions when

Mail[Attributes.InternetMessageId] = Mail[Attributes.InReplyTo])

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors