Forum Discussion
Hebj
6 years agoFrequent Visitor
ALLSELECTED with multiple selection doesnt work
I want to create a table that lists all selected items in a slicer. When there is no item selected in the list I want to show "No Selection". I believe my problem is to get ALLSELECTED to return mult...
parry2k
6 years agoSuper User
you can surely have list of those values but what you want to with those values. As you know allselected returns a table, either you can use that table in other measures or you can this to concatenate to show the list. Measures are always return scalar value. Question is how you want this allselected list to be used?
Hebj
6 years agoFrequent Visitor
I just realized my misunderstanding here... Of course - a measure can only return a scalar value. I need to think of another solution then. Thanks for taking your time!