Ever Wanted multiple labels on a map chart feature layer.??
For e.g the map chart below shows the name of the state and the sales total.
To do so I added an expression on the label axis as following
Concatenate(UniqueConcatenate([State]),"\n",Sum([Sales Total]))
Now you can get more labels to show quick information.
This is really nice! Helped me a ton in a totally different type of chart! Thanks!!
ReplyDelete