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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

How to shorten the company name display at Chart ?

Hi All

Paulyeo11_0-1602081597931.png

 

1 ACCEPTED SOLUTION

If you create an additional column you can use that for your Graph only and still retain the full customer name for other uses.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

6 REPLIES 6
Daviejoe
Memorable Member
Memorable Member

Create a custom column that refers to the company name field and use the below;

 

Company Name = Left(company_name_column, 😎





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Anonymous
Not applicable

Hi Sir

Thank you for your sharing. 

Beside using expression to reduce the company name , it there any way to reduce only at chart , as Table i need display full company name.

Anonymous
Not applicable

Hi @Anonymous ,

 

You can create  a duplicate column where you just use the 8 characters and use that duplicate column in your visualization and the leave the original one as it is.

 

You can mark it as solution if this helps you.

If you create an additional column you can use that for your Graph only and still retain the full customer name for other uses.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Anonymous
Not applicable

@Anonymous  you can do one thing have two columns one with full name which you can use for table and another for the chart 

Anonymous
Not applicable

@Anonymous  you can either do the changes in source or in power bi by limiting the characters upto 8
companyname=left(companyname,8)

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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