Geospatial Map Question - Comparing

Hello,

My stakeholders are hoping to compare conversation rates based on two different vendors in a Geospatial map.

Currently, it’s one color based on total volume within each state.

However, what they are hoping to see is the coloring to be one color for Vendor1 when their conversion for the area is >2% better than Vendor2 (and another color for Vendor2 when vice versa).

I am not seeing an immediate way to resolve this issue within Quicksight. Any pointers would be appreciated.

I don’t know if this is possible unless you do it in sql.

The reason for this is because you want to aggregate values (conversion rate) and then use that to color the group. You can’t do that in quicksight.

However, if you calculate this conversion rate per client and per state in SQL then return the vendor name if the conversion rate is greater then two over the state then you should be able to just color by that field.