When viewing a map in Tableau, you may encounter the following behaviors:
One state is shown in a different shade unexpectedly:
These issues are caused by multiple marks being drawn on top of each other. The resolution is either to prevent the marks from overlapping or to control the stacking order to bring the desired mark to the top.
To resolve issues of unintended darker colors and to consolidate marks, use one of the following options to prevent overlapping.
For example, "Arizona" "Ariz." and "AZ" all refer to the same geographic location, but if their names differ in the data, they may overlap on the map. To avoid this, make sure to unify them under a single, consistent name.
For example, create a calculated field to unify "Arizona" "Ariz." and "AZ" into "Arizona":
IF [Geographic Dimension] = "Ariz." THEN "Arizona"
ELSEIF [Geographic Dimension] = "AZ" THEN "Arizona"
ELSE [Geographic Dimension]
END
If the issue is caused by an unnecessary dimension on the Detail shelf, remove that dimension from the Marks card for the relevant layer.
To control which mark appears on top and is therefore selectable, use the following method.
1. Rearranging the order of the dimension pills on the Marks card (topmost is evaluated first).
2. Changing the sort settings of the dimension field itself (e.g., from Ascending to Descending).
This behavior occurs because Tableau renders a mark for each row in the data that corresponds to the view's level of detail. If multiple rows of data define the same mark (e.g., the same coordinates or polygon shape), Tableau will draw a mark for each row, stacking them on top of one another.
004577012

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.