Forum Discussion
iabarraganc
4 years agoHelper I
selectedvalue 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
4 years agoCommunity Champion
iabarraganc
4 years agoHelper I
Hi tamerj1
That does not work, since the value is selected from a table display, not from a selector. And in my case it does not show the value. Any other suggestions?
- tamerj14 years agoCommunity Champion
To 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 tryCONCATENATEX ( Table, Table[Color], ", " )
- iabarraganc4 years agoHelper I
I also tried it. And it didn't work
☹️- amitchandak4 years agoSuper 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))