Analytics Flashcards
Name at least 8 ways that Tableau makes dates cool.
Hint: Know how to demo these!
- Relative date filtering
- Hierarchy
- Reorder hierarchy
- Choose any level of the hierarchy
- Different date parts on different shelves
- Fiscal year
- Continuous dates
- Continuous dates vs discrete dates hierarchies
How do I make a monthly trend line span 2 years?
Use the continuous date hierarchy.
How do I display ranks or line numbers?
Use the quick table calculations > Rank
Old way: create a calculated field with index()
When should I use ‘Add to Context’?
Use when:
A) A filter doesn’t change often
B) When the data will be reduced to significantly less number of records
The context filter creates a temporary table, which contains a subset of records matching the filter. All further filters are run against this temp table.
Are my calculations written back to the database?
No. The calculations are computed on the fly based on the current values in the database. Tableau is for the most part read-only.
Are calculations performed locally in Tableau?
Tableau pushes most calculations back to the database. All aggregations are performed on the database. Table calculations, most reference lines, and some types of filters are performed locally.
I want the top ‘n’ products for each region. How do I do this?
2 methods:
- Create a set containing country and product (click both dimensions and right click > combine fields). Add this dimension between country and product, and sort by it.
- Create a rank calculated field with index(). And the field to the rows shelf between country and product.
I want to filter out all unprofitable records?
Drag profit onto the filter shelf. Choose disaggregated field: ‘#All values’. Drag the slider to 0.
Does Tableau do small multiples? What are multiples?
Yes. Small multiples are groupings of visualisations in a cross-tab format. Compared to 3D visualisations these are much easier to read and comprehend.
How do I change my numbers to format in percent?
Right click on the field in the data window and choose:
Field properties > Number format
Select percentage.
On a sheet right click the tablet or number and choose Format.
Can I format according to my corporate standard?
Yes. Once you have your desired formatting you can copy paste formatting between sheets:
Right click sheet tab > ‘Copy Formatting’ > multi-select sheets and ‘Paste Formatting’
What are my formatting options?
Plenty of options. They can be explored via the format menu. Formatting includes field level formatting, row and column formatting, sheet formatting, and you can change fonts, borders, shading, colours, totals, and more.
Can I drill down?
NOTE: “How do you mean?” Drilling down/into data can mean different things to people.
Yes. Right click on anything to view the raw data. Or by adding more fields. You can also use action links to link sheets with more detail. You can also filter a secondary sheet by an element in the primary sheet.
If all you need are hierarchies, then yes. Simply create the hierarchy by dropping the fields on top of each other on the data window. You can select the plus signs to drill down.
Can I put a field in more than one hierarchy?
Yes. Right click on the field and ‘duplicate’. Then add it to another hierarchy.
Can I apply a filter to all my sheets? To my entire dashboard?
Yes. Right click on the filter and choose ‘Apply to Worksheets’. Or you can choose ‘All using this data source’ to filter all views in the workbook.
Additionally sheets can be set up to filter other work sheets on the dashboard.