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
iabarraganc
Helper I
4 years agoI also tried it. And it didn't work
☹️
amitchandak
Super User
4 years agoiabarraganc , 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))