Intro
By default, values in a chart do not display with formatting such as currency or percent symbols, even if such formatting is used in the original DataSet. You can add value formatting in the Analyzer in the following ways:- Specifying formatting in the column options dialog for the value column. You open this dialog by clicking the column name in the fields region above the chart. Any formatting you apply in this dialog is applied to all values in the chart—scale labels, data labels, hover text, and legends. Summary numbers are not affected. For more information about summary numbers, see Configuring Your Chart Summary Number.
- Setting the appropriate format in Chart Properties. In contrast to the column options dialog, which allows you to apply the same change to all numbers in the chart with a single click, Chart Properties lets you make changes to individual properties. These changes override any column options settings you have selected.
Note: In chart types with dual y-axes, it is possible to have different
number formatting on both axes. For example, you could have percent symbols
affixed to the values on one axis and currency symbols on the other. You can
set the different number formatting by setting different formatting for both
the value and series. However, this only works when you add a value column as
a series, as described in Applying DataSet Columns to Your
Chart. If your series data consists of text, you can
still format the axes separately, but you must use the Chart Properties to
do so.
Format Values Using the Column Options Dialog
The column options dialog contains various options for formatting values in a chart. Different options appear depending on what you select in the Type menu.
Follow these steps to format values using the column options:
- Open the Analyzer for the chart you want to edit.
- Click the value column name in the fields region above the chart preview. The column options dialog opens. For information about applying a value column to a chart, see Applying DataSet Columns to Your Chart.
- Select the desired formatting options in the dialog.
Abbreviate Column Option for Pivot and Mega Tables
You can now abbreviate numbers for Pivot and Mega Tables so that large numbers take up less room in your table. Follow these steps to turn on abbreviation formatting:- In Analyzer, select your number column.
-
Select Format.

-
In the Display as list, select Number.

-
Check the Abbreviate box.

-
In the Decimal list, select the number of decimal places to display.

-
When the preview renders, the numbers are abbreviated to the number of decimal places you chose and a letter that corresponds to the large number, such as “K” (thousands) or “M” (millions).

Format Values Using Chart Properties
Chart Properties contains countless options for formatting values in charts. As mentioned previously, any changes you make in Chart Properties override the universal formatting that is applied when you select an option in the column options dialog. This section lists and describes some of the chart properties commonly used for formatting numbers. This list is by no means exhaustive.Value Scale properties
These properties pertain to the values that appear along the measuring scale in most chart types. For example, in a vertical Bar graph, these are the values found on the vertical axis on the left side of the graph.Number Format properties
These properties pertain to the actual symbols used in values in your chart. Changes you make here are applied to all of the values in the chart.Data Label Settings
These properties pertain to the data labels that appear in a chart when you enter text into the Data Label Settings > Text field. For more information about data labels, see Formatting Data Label and Hover Text in Your Chart.Hover Text Settings
These properties pertain to text that appears when you mouse over an element in a chart. For more information about hover text, see Formatting Data Label and Hover Text in Your Chart.To format values in Chart Properties:
- Open the Analyzer for the chart you want to edit.
- In Chart Properties, mouse over the desired category to display the options in that category.
- Make the changes you want.
Tips for converting numbers into percentages:
- The easiest way to convert numbers into percentages is by selecting the desired percentage option in the column options dialog. This converts all values in your chart (except for summary numbers) into percent format. You can choose whether percent values appear as is (for example, “10” becomes “10%”) or the values are first multiplied by 100 (for example, “.1” becomes “10%”). You can then make any property changes to your percent values in Chart Properties.
-
If you plan to use Chart Properties entirely, without applying universal value formatting in the column options dialog, the following tips may be of use:
- Ensure that your data column values use a “x.xx” format. For example, if you wanted a number on your value scale to read “40%,” that value would read as “.40” in your DataSet.
- Convert your data label values into percentages by selecting Percentage under Label Format in the Chart Properties.
- Convert decimal values into percentages by selecting Percentage under Divide Scale By in Chart Properties You can then append percent values by changing the number format to a percentage, as described above. However, it is not recommended that you perform these steps in reverse order.
-
Use a Beast Mode to transform column values into percentages. You can use this calculation to prevent zero values being divided by zero:
For more information about Beast Mode, see Beast Mode.