Forum Discussion
SELECTEDVALUE with Slicer Selection
Hi Experts,
I need guidance on SEELECTEDVALUE, I have Slicer and Mulitiple card, I want to show the selection of slicer in the card. I used SELECTED VALUE, but always shows false option.
Selected = SELECTEDVALUE(Product[Name], "No Selection").
What wrong I am doing here.
Unfortunately SELECTEDVALUE does not suppor that. From:
https://msdn.microsoft.com/en-us/library/mt842608.aspx
Term Definition columnName The name of an existing column, using standard DAX syntax. It cannot be an expression. alternateResult (Optional) The value returned when the context for columnName has been filtered down to zero or more than one distinct value. When not provided, the default value is BLANK().
6 Replies
- Greg_DecklerCommunity Champion
I'm not sure what you mean by Multiple card (multi-row card?). It may have something to do with your data, but I have tested this with text, numeric and date data types in a multirow card. It will return the alternate result if you select multiple items.
- MiruthanAdvocate V
Hi Greg_Deckler Sorry for the confusion,I meant Multi row card visual. Let me put in simple way, I want to display the Multiple(more than one) Selected value from Slicer in Card.
- Greg_DecklerCommunity Champion
Unfortunately SELECTEDVALUE does not suppor that. From:
https://msdn.microsoft.com/en-us/library/mt842608.aspx
Term Definition columnName The name of an existing column, using standard DAX syntax. It cannot be an expression. alternateResult (Optional) The value returned when the context for columnName has been filtered down to zero or more than one distinct value. When not provided, the default value is BLANK().