Forum Discussion
iabarraganc
Helper I
4 years agoselectedvalue from field in table visual
Hi dear members I have the following situation. The report shows a table display with values. I need that when an item is selected in the table, the selected value appears in a separate card. ...
- 4 years ago
tamerj1
Community Champion
4 years agoTo be honest, I never tried that but as far as I know visuals filter each other why the CARD would be an exception. That's interesting.
I'm not on my PC right now so let's what other community members have to say about it.
As a test you may try
CONCATENATEX ( Table, Table[Color], ", " )
iabarraganc
Helper I
4 years agoI also tried it. And it didn't work
☹️
- amitchandak4 years ago
Super User
iabarraganc , I checked both options provided by tamerj1 Should work. Unless I am missing an output which you need
Example
Or
Measure 2 = CONCATENATEX(Values('Table'[Color]), " Color " & 'Table'[Color] & calculate(SUm('Table'[Value])) & UNICHAR(10)) - tamerj14 years ago
Community Champion
Alright let's wait together for an answer 😅