Forum Discussion
HussainWork
4 years agoNew Member
Help in Error: a table with multiple values
Greetings, I'm trying to create a caluated column but getting the error message (A table of multiple values was supplied where a single value was expected.) There are 4 tables in the model (list...
amitchandak
4 years agoSuper User
HussainWork , seem like one of the lookups is giving more than one value, while only one is expected. You can try like
MAxx(filter(tags_information, tags_information[Tags] = tags_readings[Tags]),tags_information[Performance Low Limit])
HussainWork
4 years agoNew Member
Thanks amitchandak , it cleared the error, but it returns the maximum valve in the table for that tag where it suppose to return the value at that specific hour (according for to [Date & Time] column value).