Forum Discussion
krishb1414
Helper III
3 years agoA table of multiple values supplied for VALUES function
Hi Everyone, I m getting this error " A table of multiple values supplied where single value is expected " Dax i have written like this : IF(SELECTEDVALUE(table(column)) = "Text", VALUES(table(co...
HotChilli
Community Champion
3 years agoVALUES(table(column)) returns "An entire table or a table with one or more columns" - What are you trying to do here?
And are you creating a calculated column or a measure?
- krishb14143 years ago
Helper III
its a measure, i need to return value in card on filtering basis