在 Tableau Desktop 上的地图中使用加拿大邮政编码的解决方法
Tableau 仅识别由六个字符组成的加拿大邮政编码的前三个字符 - 投递分拣区。如果使用所有六个字符对您的数据中的加拿大邮政编码进行了格式设置,则您可以创建计算以映射邮政编码。
以下说明基于附加的 canadian_postal_codes.twbx
LEFT([Customer Postcode], 3)您现在将在数据中看到每个三字符邮政编码的标记。
以下说明基于附加的 multiple_countries_postcodes.twbx。
IF [Country] = "Canada"THEN LEFT ([Customer Postcode], 3)ELSE [Customer Postcode]END为了表达您对未来实施支持 6 位数加拿大邮政编码的功能的支持,请为该理念投票。
001458050

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.