Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
If you create an additional column you can use that for your Graph only and still retain the full customer name for other uses.
Proud to be a Super User!
Create a custom column that refers to the company name field and use the below;
Company Name = Left(company_name_column, 😎
Proud to be a Super User!
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.
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.
Proud to be a Super User!
@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 you can either do the changes in source or in power bi by limiting the characters upto 8
companyname=left(companyname,8)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!