Forum Discussion
Anonymous
8 years agoNot applicable
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
- 8 years ago
Anonymous,
You may use the following calculated column.
Column = SUBSTITUTE ( Table1[Column2], UNICHAR ( 32 ), UNICHAR ( 10 ) )
Anonymous
2 years agoNot applicable
I suggest using emptycharacter.com which allows you to copy a character that resembles a space but Power BI lets you use as many as you want and will not cut it down to one like a typical space. In your values/column header in Power BI, input these before/after text then adjust column header width. By putting some of these characters before and after L52, then centering the column and adjusting the width, I was able to accomplish the below.