InterviewStack.io LogoInterviewStack.io

Tableau Calculations, LOD & Parameters Questions

Master Tableau calculated fields, aggregations, and Level of Detail (LOD) expressions. Understand row-level, aggregate, and table calculations. Use parameters for dynamic filtering and dashboard interactivity. Know Tableau's data blending and how to handle multiple data sources.

EasyTechnical
17 practiced
Create a dynamic dashboard title that reflects both the metric selected by the user (via a parameter) and the date range applied. Describe the Tableau calculated field that builds this title string and explain where on the dashboard you'd place it for clarity and responsiveness to parameter actions.
EasyTechnical
18 practiced
Write a Tableau calculated field (use standard Tableau function names) to compute profit margin defined as (Sales - Cost) / Sales. The dataset may contain NULLs and zero sales values. Provide an expression that avoids division-by-zero, treats NULL cost as zero, and returns 0% when Sales is null or zero. Explain each function you used and why.
EasyTechnical
23 practiced
Describe the difference between Tableau data blending and cross-database joins. For a scenario where Orders are in Redshift and Product Master is in Snowflake, when would you choose blending over a cross-database join or vice versa? Discuss granularity differences, performance, and governance implications for a production BI dashboard.
HardTechnical
24 practiced
Implement row-level security so each Tableau user only sees data for their allowed business units. Describe options including database-level row security, Tableau user filters, and using USERNAME() with LODs. Compare performance, maintainability, and the best recommended approach for an enterprise with frequent org changes.
MediumTechnical
24 practiced
Using orders table (order_id, cust_id, order_date, amount), describe how to compute customer cohorts (first purchase month) using a FIXED LOD, and then calculate monthly retention rate for the first 6 months after acquisition. Outline the calculated fields, aggregation approach, and pitfalls such as timezone or partial-month effects.

Unlock Full Question Bank

Get access to hundreds of Tableau Calculations, LOD & Parameters interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.