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

How to associate Dimensions to a point on a map?

So I have a set of data, and I want to display the total sum of the dollars obligated by region. How do I associate each region with a specific point on the map. Ideally, the map would like something like this:

Map.PNG

As you can see, it is totaling the amount obligated by each office which is associated with a specific dimension.

Your help is most appreciated

1 Reply
reddy-s
Master II
Master II

Hi Toufique,

You will be needing the Latitude and Longitude of every region(Your dimension here) and make use of the GeoMakePoint(Latitude,Longitude) as point to create a point .

Now you can plot the map the using this as the layer and the sales as the measure. You will end up with a map you need.

You can even use a polygon to have a boundary map.

Thanks and Regards,

Sangram Reddy.