Tableau 1 - Introduction
Tableau 1 - Introduction
Tableau 1: Introduction
What is Tableau?
State-of-the-art tool to explore data and create interactive information visualization presentations
probably the easiest/fastest-to-use business intelligence & infovis tool out there
✔︎create professional interactive visualizations with zero programming
✔︎integrates easily with many big-data sources out there
✘ does not offer full fine-grained customizability like other toolkits (e.g. programming ones)
✘ certain options are not entirely logical or orthogonal
Quick start guide
•go to http://www.tableau.com/products
Quick start guide
•go to http://www.tableau.com/products
•study versions, pick the one that fits you
Tableau Public
•offers most functionality of other versions
•free of charge and any other usage constraints (e.g. type of user, duration of use, etc)
•cannot save visualizations locally (requires a cloud account, which will also upload data)
•cannot connect to databases (accepts Excel / SPSS / CSV)
•this is the version I use in this course
Tableau Online
•web-based front-end for (simple) data visualizations
•basically a Tableau server where you get an account
•can create/view visualizations without downloading/installing tools
•must share your data
•useful for lightweight experimentation
Quick start guide
Step 2: create an online account
•go to https://www.tableau.com/user/login
•create an account (only an e-mail address required, no other info asked)
Click here to
examine
dataset
Quick start guide
Step 3: get a dataset to experiment with
•export the data to a local file
•select the Export to CSV option
export data
from here
create a
worksheet
Quick start guide
Step 5: create a worksheet
Worksheet view
•the place to create visualizations
•typically one worksheet per visualization (chart) select a chart
type here…
•we’ll explain all details later, for now we keep it simple
get your data
from here…
explore/customize
the visualization
here
Quick start guide think of: columns=y, rows=x
..and drop them
Step 5: create our first chart into Columns and
•map of building-permit locations in Seattle Rows respectively
we get now a
dot per record
Explanation
•Tableau aggregates measures (quantitative data), but not dimensions (categorical data)
•changing the field type ‘de-aggregates’ the data in the chart
Quick start guide
Step 5: map of building-permit locations
•dots are too large, they create visual clutter
•change the visual property size of the dots
change
size here
Quick start guide
Step 6: map of building-permit locations with permit category
•add the Category field to the Color entry in the Marks panel
•dots get now colored by permit-category
a color legend
appears here dot colors =
permit
•note how a color legend is automatically categories
created (since we use color to show data)
Quick start guide
Step 7: map of building-permit locations with permit category and value
•drag the Value measure to the size entry in the Marks panel
•dots are now scaled to show the buildings’ values
a size legend
appears here
Big circles show now expensive building sites (e.g. close to city center)
Quick start guide
Step 8: map of building-permit locations with permit category and value, per given period
•change Issue date field to continuous (so we can select a range of it)
•select ‘Show filter’ for that field filter slider
filter appears appears here
here
Note
•Number of records is aggregated (since it is a measure)
•Category has five distinct bins (since it is a dimension)
Quick start guide
Step 9: make the bar chart easier to read
•color bars by their Category values
•for this, drag Category to the Color entry in the Marks panel
a color legend
appears here
Note
•since Issue date is continuous, we get an interpolation (line) between consecutive sample
points (years)
Quick start guide
Step 10: refine the time-scale of the line chart
•select ‘Months’ sampling for Issue date in the Columns entry
•the time-line shows now data at a higher resolution
change sampling of Issue
date to Months here
Note
•observe how fewer permits are issued during the winter months
Quick start guide
Step 11: show permits-issue changes in time per category
•drag Category and drop it to the Color entry in Marks panel
•we get now a set of timelines, one per category
change chart
type
to area graph
Quick start guide
Step 12: improve readability of area chart
•drag category values in color legend to cluster larger values together
(e.g. put larger values like Single family and Commercial at the bottom)
drag Commercial
here
Putting it All Together
Step 12: create a dashboard to show all results
•select Dashboard panel
•drag and drop our three worksheets in here (map, bar chart, timeline)
Putting it All Together
Step 12: linking visualizations via interactive controls
•for instance: let the Issue date filter affect all three views (not just the map)
•for this, right-click filter and select ‘apply to all worksheets’
Issue date
filter
Putting it All Together
Step 12: linking visualizations via interactive controls (continued)
•let a selection in a view (e.g. the bar chart) act as filter in all other views
•for this, select bar chart, and right-click select ‘use as filter’ select option
‘use as filter’
selecting in here
now filters in the
other views
Putting it All Together
Step 13: adding annotations to a dashboard
•labels, title, icons, hyperlinks
•much like designing a presentation in PowerPoint (albeit, of course, with more limited options)
Putting it All Together
Step 14: saving and sharing
•save using ‘Save to Tableau public…’
•the entire visual design and the data are transferred to Tableau’s cloud server
Notes
•the web-based visualization is slower than the desktop one (uses low-speed Tableau server)
•all your data is now public…
Conclusions
Tableau
•state-of-the-art tool to construct information visualization applications
•visualization design, sharing, and interactive use are all covered
•different editions for different user types
•free version available
Visualization options
•all basic charts you know from e.g. Excel
•more advanced charts
• maps, timelines, treemaps
•easy visualization design (no programming required)
•huge design space with a small number of concepts
Next module
•detailed view at Tableau’s options