Checklist progress
0/281Learned
Tableau Consultant
Study Checklist
Checklist progress
0/281Learned
Recommend when to use an advanced chart type, such as Sankey, chord, radar, tile map, small multiples, and data densification
0/11
Identify the effect of the Tableau order of operations on calculations
0/8
Troubleshoot issues caused by the Tableau order of operations
0/7
Plan and implement advanced techniques to build interactivity into dashboards, such as dynamic URL actions, parameter actions, and filter actions
0/10
Identify and resolve resource-intensive queries
0/6
Maximize caching for Tableau Server
0/4
Identify and resolve performance issues caused by calculations such as string comparisons, IF THEN statements, and Level of Detail (LOD) expressions
0/5
Recommend calculations that should be moved upstream of Tableau
0/1
Interpret and resolve issues by using performance recordings
0/8
Identify and resolve performance issues caused by design elements such as number of sheets, number of filters, and image size
0/6
Implement aggregations that include dimensions
0/4
Implement advanced table calculations, such as window, nested table, or multi-directional
0/8
Implement advanced date functions, such as fiscal calendars
0/4
Implement advanced LODs, such as nested LODs
0/5
Implement combinations of advanced calculations
0/4
Troubleshoot advanced calculations
0/5
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Tableau Consultant studiers. 593 members and growing.
Level of Detail expressions calculate values at a specific granularity by generating nested database queries. When placed inside filters, these nested queries force subqueries that degrade performance and often bypass database indexes. Replacing LOD expressions with context filters or table calculations resolves these bottlenecks by shifting how and when Tableau processes the data.