HOW TO
In some instances, an attribute value in percentage is written in decimal values when displayed as labels in ArcGIS Pro. In this article, an Arcade expression is used to convert the decimal values to percentages and display the percentages in labels. In this example, the Crime_rate field is used to display the percentages as decimal values.
The image below displays the labels with decimal values in ArcGIS Pro.
Note: In the Contents pane, on the List By Labeling tab, ensure the selected feature layer and feature class check boxes are checked to display the labels.
'<text>' + Round($feature.<field_name>*100, <decimal>) + "%"
The image below displays percentage labels with preceding text in ArcGIS Pro.
Get help from ArcGIS experts
Download the Esri Support App