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 ) )
brentlightsey
Advocate III
4 years agoWe wanted to show
CY FCST as
CY
FCST
Here's how we did it
- Open Microsoft Word
- Insert a symbol
- Find the "em space" unicode symbol (which is 32 decimal)
- Insert that into your Word doc
- Highlight that character and copy it to your clipboard
- Return to Power BI
- Typed in "CY", then CTRL+V to paste that unicode character, then "FCST"
- Power BI now respects the internal space enough to cause the words to wrap.
jimbob2285
Advocate IV
3 years agoThis doesn't work... At all!