Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Add line break to column header in matrix visualisation

Hello All,   Please does anyone know whether it's possible yet to add a line break in a column header in the matrix visualisation?   Thanks,   MR
  • v-chuncz-msft's avatar
    v-chuncz-msft
    8 years ago

    Anonymous,

     

    You may use the following calculated column.

    Column =
    SUBSTITUTE ( Table1[Column2], UNICHAR ( 32 ), UNICHAR ( 10 ) )