Forum Discussion
krishb1414
3 years agoHelper III
A 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
3 years agoCommunity Champion
OK, it's a measure.
"return value in card on filtering basis" - that's not really much to go on.
IF(SELECTEDVALUE(table(column)) = "Text",
VALUES(table(column)) <---- this part has to be a single result, i.e. an aggregation or a hardcoded resul
, BLANK )