You should be able to do this using the NumberFormat function in the Chart Properties. Right click the chart and select Properties. Under Chart Number Format, enter =NumberFormat($_,"#.#{@A}"). This should give you the shorthand notation you're looking for.
The {@A} will give you all shorthand notations and the shorthand will be dependent on the number itself, i.e. if the number is in thousands, it will give you a K; if it's millions, it uses M, etc. If you want it to always show in thousands for example (i.e. 2.5M should show as 2,500K instead), then you'd use {@K} for thousands, {@M} for millions, {@B} for billions, and {@T} for trillions.
Edit... oh, I see this is an Apptio BI question... sorry! My reply was for Studio!
Original Message:
Sent: 08-19-2024 05:11
From: Swathi Anand
Subject: How to shorten the Chart values in Pie Chart Apptio BI?
Example: I need to show the value as 298k instead of 298,226

#ApptioforAll