+ All Categories
Home > Data & Analytics > Austin Tableau User Group Presentation

Austin Tableau User Group Presentation

Date post: 12-Jul-2015
Category:
Upload: cory-jez
View: 191 times
Download: 1 times
Share this document with a friend
24
Tableau Tips & Tricks Austin Tableau User Group November 5, 2014 Cory Jez Global BI Reporting Developer
Transcript
Page 1: Austin Tableau User Group Presentation

Tableau Tips & Tricks

Austin Tableau User Group

November 5, 2014

Cory Jez

Global BI Reporting Developer

Page 2: Austin Tableau User Group Presentation

Purpose To show some “quick-win” opportunities to leverage

Tableau’s capabilities in day-to-day work

Topics to Cover

HomeAway Tableau Environment

Tableau Server

Distribution

Easy Branding

Dashboarding

Hacking Tableau

Page 3: Austin Tableau User Group Presentation

Looking to others who use Tableau

Page 4: Austin Tableau User Group Presentation

Tableau DataSources New Way Old Way

- Custom SQL driving Tableau Server datasources

- Messy and hard to edit - No help from DBA’s

- Many CASE statements and

transformation logic

- Redundancies on our Tableau Server

- Tableau Server datasources pull directly from a SQL view

- Views are named with “TAB” preceding so their use is clear

- Perform transformation logic at the datasource level

Page 5: Austin Tableau User Group Presentation

Benefits of the “New Way”

• Put processing on SQL’s shoulders

• More options with optimization

• Adding fields, no risk of “breaking” things

Page 6: Austin Tableau User Group Presentation

Tableau Server - Navigation

• Problem

– The user interface within TS can be “fun” to navigate

– Several clicks required to get where you want to go

Page 7: Austin Tableau User Group Presentation

Tableau Server - Navigation

Solution

- Chrome plugin that lets you

see thumbnails of dashboards

and click straight into them

Page 8: Austin Tableau User Group Presentation

Tableau Server - Navigation

Page 10: Austin Tableau User Group Presentation

Tableau Server - Datasources

• Problem

– You open up a datasource in Tableau desktop, and

when you drag in a field, you only see a few items

– You need to know what SQL (or other datasource) is

driving the tableau server datasource

Page 11: Austin Tableau User Group Presentation

Tableau Server - Datasources

Solution

- Leverage Tableau Server API to download the datasource

and see its underlying SQL and logic

https://SERVERURL/datasources/eCommMonthlyCounts.tds?no_extract=true

Page 12: Austin Tableau User Group Presentation

Distribution - Static

• Problem

– My VP wants to grab a screenshot of a dashboard to

drop into a PowerPoint deck

– The export functionality is not very obvious in Tableau

Server and can even be deactivated with permissioning

• Solution

- Add a file extension to the end of the URL

- .pdf

- .png

- .csv

Page 13: Austin Tableau User Group Presentation

Easy Branding

• Problem

– But Cory, the HomeAway Color Palette isn’t available in Tableau, and always changing those RGB’s is a pain

– And even though we have a formatting guide, I can’t save those colors in Tableau!

Page 14: Austin Tableau User Group Presentation

Easy Branding

• Solution

– Add default colors into your Preferences document

located in My Tableau Repository

=

Page 15: Austin Tableau User Group Presentation

Easy Branding

• Here is the code to paste into your preferences

document

<?xml version='1.0'?> <workbook> <preferences> <color-palette name=“My Color Palette" type="regular" > <color>#2A6EBB</color> #repeat this for any other colors </color-palette> </preferences> </workbook>

Page 16: Austin Tableau User Group Presentation

Dashboarding

• Problem

– Those little things that pop up when you hover over a

data point are really ugly and what does that even mean?

Page 17: Austin Tableau User Group Presentation

Dashboarding

• Solution

– Always remember to build out your tooltips, you can

have them read very clean, and even add bar charts!

Page 18: Austin Tableau User Group Presentation

Barcharts inside of Tooltips

Page 19: Austin Tableau User Group Presentation

Dashboarding • Problem

– I’m running out of room on my dashboard, but have a

whole list of details I want to show about a view.

Page 20: Austin Tableau User Group Presentation

Dashboarding

• Solution

– Utilize “on demand” details that act as a pop-up,

which saves space but provides additional info

Page 21: Austin Tableau User Group Presentation

Hacking The Tableau XML

• Problem

– Someone has sent you a workbook and you get the

following error message

Page 22: Austin Tableau User Group Presentation

Hacking The Tableau XML

• Solution

– Open the workbook in your favorite text editor (right click “open with”, and change the underlying version of the workbook

Page 23: Austin Tableau User Group Presentation

Hacking The Tableau XML

– You can also do a lot of other things in the XML like • Change colors

• Change datasources

• Delete sheets from a workbook

• Move a workbook from a dev server to a production server

Page 24: Austin Tableau User Group Presentation

Questions?

[email protected]


Recommended