Forum Discussion
Anonymous
4 years agoNot applicable
Multi Line Tooltip - Text
Hi there, I have a created a dashboard linked to Service cloud cases. When i hover over the bar i would like a list of the case subjects to appear in the tool tip, but currently I can only show...
mahoneypat
4 years agoMicrosoft Employee
You can use an expression like this to concatenate all the text values together.
NewMeasure = CONCATENATEX(VALUES(Table[Column]), Table[Column], ", ")
Pat
- Anonymous4 years agoNot applicable
Hi, there, the subjects are different rows, so would I just ave to concatenate one column?