Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Scatter Chart Map Show Measure Values

Hi,

I have a scatter chart for showing sales amount on a map. I am using an image file.

I have three expressions, two of them are latitude and longitutde values and last one is sales amount.

Buble size is calculated according to the sales amount but I could not show sales amount on the bubles. How can show sales value on map?

Kind regards

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Perhaps by replacing your dimension with a calculated dimension: aggr(dual(sum(Sales),MyDim),MyDim). And then enabling the option Labels on Datapoints.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

Perhaps by replacing your dimension with a calculated dimension: aggr(dual(sum(Sales),MyDim),MyDim). And then enabling the option Labels on Datapoints.


talk is cheap, supply exceeds demand
Carlos_Reyes
Partner - Specialist
Partner - Specialist

Perhaps this old solution provided by John is what you want:

Numbers on Data Point in Scatter Chart?