You have monthly sales data for three product categories over one year. Which chart type best helps tell the story of trends and comparisons across categories?
Think about how to show trends over time and compare categories clearly.
A line chart with separate lines for each category clearly shows trends over time and allows easy comparison between categories. Stacked bars can hide individual category trends, pie charts are hard to compare across months, and scatter plots are less intuitive for time series.
When designing a dashboard to tell a story about sales performance, what is the best practice for using color?
Think about how color guides the viewer's focus and supports understanding.
Using color sparingly to highlight important data or differences helps viewers focus on key insights. Too many colors can distract or confuse. Also, red usually signals negative and green positive, so option A is misleading.
Given a sales dataset with Customer and Sales Amount, which Tableau LOD expression correctly calculates the total sales for the top 3 customers by sales?
Remember that LOD expressions fix the level of detail and ranking functions must be used carefully.
Option D uses FIXED [Customer] LOD to compute rank per customer and sum sales only for top 3 customers. When aggregated, it gives total for top 3. Option D calculates sales per customer but does not filter top 3. Option D uses FIXED without dimension, incorrectly computing at table level without customer partitioning. Option D is a regular table calculation without LOD.
A dashboard shows total sales by region using a pie chart. The slices look almost equal, but the actual sales numbers differ greatly. What is the most likely cause?
Check what measure the pie chart is actually summarizing.
If the pie chart uses count of orders instead of sum of sales, the slices will reflect order counts, not sales amounts, causing misleading visuals. Missing data or filters would cause different issues. Color similarity affects perception but not slice size.
You need to create a dashboard for executives to review quarterly sales performance. They want to quickly understand overall performance, key drivers, and areas needing attention. Which combination of elements best supports this storytelling goal?
Think about clarity, focus, and actionable insights for busy executives.
Option B provides a clear KPI summary for quick understanding, a trend line to see performance over time, and a bar chart to highlight problem areas, supporting effective storytelling. Other options are either too detailed, cluttered, or lack focus.