Forum Discussion
Anonymous
2 years agoNot applicable
Power BI - How to vertically center align the data.
Hello all, We have a below report to show Product Sales. Our customer wants some of the column should be Vertically centered Align. for Example Product & Product Type column should be vertically ...
- 2 years ago
Anonymous That is not possible in Matrix Visual
Anonymous
1 year agoNot applicable
Did you ever used UNICHAR(10) to align that?
Let me explain a little more...
If you have a measure titled as "NAME", you can use another measure called "NAME ALIGNED" (or anything you want...) and concatenate with UNICHAR(10) that means "ENTER". Like this:
NAME ALIGNED = UNICHAR(10) & UNICHAR(10) & [NAME]