Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not 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 centerted align.

 

 

PBI_V2_0-1704956575603.png

 

How to achieve it..

Thanks,

PBI V2

1 ACCEPTED SOLUTION
VijayP
Super User
Super User

@Anonymous  That is not possible in Matrix Visual




Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
MY Blog || My YouTube Channel || Connect with me on Linkedin || My Latest Data Story - Ageing Analysis

Proud to be a Super User!


View solution in original post

5 REPLIES 5
analistaribeiro
New Member

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]


powerbi align data at middle.png

 




VijayP
Super User
Super User

@Anonymous  That is not possible in Matrix Visual




Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
MY Blog || My YouTube Channel || Connect with me on Linkedin || My Latest Data Story - Ageing Analysis

Proud to be a Super User!


VijayP
Super User
Super User

@Anonymous  Try Row Headers Align Center

VijayP_0-1704957167651.png

 




Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
MY Blog || My YouTube Channel || Connect with me on Linkedin || My Latest Data Story - Ageing Analysis

Proud to be a Super User!


Anonymous
Not applicable

Hello @VijayP 

Thanks for your response

We have checkedand found that Row Header is centered align. so horizontally, it is working fine. We need to vertically centered align. Below is the screenshot showing Text in Red box is actual location and we need text in location mentioned in green box.

 

PBI_V2_0-1704959881655.png

 

Thanks,

PBI V2

 

 

Did you ever used UNICHAR(10) to align that?
Let me explain a little more...

If you have a measure tittled 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]


powerbi align data at middle.png

 

See more: UNICHAR function - Microsoft Support
About "UNICODE": List of Unicode characters - Wikipedia


Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors