DMA Map, Choropleth

A DMA map shows various measurements plotted relative to Nielsen Designated Market Area Regions.

We are working with the dataset DMA TV Home Viewing, built on the dma-tv-home-viewing.csv. datafile.

  1. Start a new visual based on dataset DMA TV Home Viewing.

    See Adding Data, Creating Datasets, and Creating Visuals.

  2. In the visuals menu, find and click Map (row 5, column 1).

    selecting map chart type
  3. Note that the shelves of the visual changed. They are now X, Y, Geo, Measures, Drill, Tooltips, and Filters.

    The only mandatory shelf for map visuals is Geo.

    shelves of map visual type
  4. Populate the shelves from the available fields (Dimensions, Measures, and so on) in the Data menu.

    • Under Dimensions, select dma and drag it over the Geo shelf on the main part of the screen. Drop to add it to the shelf.
    • Under Measures, select homes and drag it over the Measures shelf on the main part of the screen. Drop to add it to the shelf.
  5. Alias the field dma as DMA, and sum(homes) as Number of Homes. See Alias.
  6. Add the dimension dma_name to the Tooltips shelf, and then alias it as DMA Name.
  7. [Optional] Enable panning and zooming option, as described in Customizing Zoom.
  8. [Optional] Change the color palette, as described in Change Color Palette.
  9. Click Refresh Visual.

    The map visual appears. You can move the visual (pan), zoom in and out, and see the details in the Tooltips text.

  10. Click (pencil icon) next to the title of the visualization to edit it, and enter the new name.

  11. Change the title to US DMA TV Viewing Map.
  12. At the top left corner of the Visual Designer, click Save.

    clicking to save