Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

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 "first subject", would there be a way to concatenate the subjects when there is more than 1 case in that section? 

Thanks you! 

 

Liam 

 

2 Replies

  • mahoneypat's avatar
    mahoneypat
    Microsoft Employee

    You can use an expression like this to concatenate all the text values together.

     

    NewMeasure = CONCATENATEX(VALUES(Table[Column]), Table[Column], ", ")

     

    Pat

     

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi, there, the subjects are different rows, so would I just ave to concatenate one column?