Creating the target visual
-
The specifics for a sample visual follow:
- Dataset: US County Population
- Visual type: map
- Geo shelf:
stname
field, aliased asstate
, andctyname
field, aliased ascountry
- Measures shelf: add
tot_pop
field, then change the expression tosum([tot_pop]) as 'population'
- Tooltips shelf: add
tot_male
field and change the expression tosum([tot_male]) as 'males'
, and addtot_female
field and change the expression tosum([tot_female]) as 'females'
- On the Measure and Tooltips shelves, change the Display Format for each field by adding the comma thousands separator.
- Filters shelf:
year
field, change expression toyear=5
, andaggregrp
field, change expression toaggregrp=0
-
Click Refresh Visual.
- Name this Target Visual, and save it.