You have monthly sales data for a year. Which area chart best shows the cumulative sales over time?
Think about how area charts emphasize volume over time and how cumulative sums show total growth.
Option B correctly uses an area chart to show cumulative sales, filling the area under the cumulative sum line to emphasize total sales growth over time. Option B shows monthly sales, not cumulative. Options C and D use different chart types.
Given sales data with categories and sales amounts, which Tableau LOD expression calculates total sales per category regardless of filters?
Think about which LOD expression fixes the calculation at the category level ignoring filters.
Option A uses FIXED LOD to calculate total sales per category regardless of filters. Option A includes category but respects filters. Option A excludes category. Option A is a simple sum affected by filters.
You want to create a stacked area chart showing sales over time by product category. What is the best data modeling approach?
Think about how Tableau handles dimensions and measures for stacked area charts.
Option D is best because Tableau can stack areas by category when data is in a single table with category as a dimension. Option D complicates joins unnecessarily. Option D is less flexible and harder to maintain. Option D ignores categories, losing detail.
Your stacked area chart shows overlapping areas instead of stacked. Which fix will solve this?
Stacking depends on how Tableau assigns colors and dimensions.
Option A correctly assigns Category to Color, enabling Tableau to stack areas by category. Option A removes stacking dimension. Option A changes chart type. Option A merges categories, losing stacking.
Which statement best describes a best practice when using area charts in dashboards?
Think about clarity and readability in visualizations.
Option C is best practice: area charts work well for part-to-whole over time with distinct colors and limited categories. Option C can cause clutter. Option C reduces clarity. Option C misuses area charts which usually need a continuous axis like time.