0
0
Tableaubi_tool~20 mins

Combo charts (bar + line) in Tableau - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Combo Chart Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
visualization
intermediate
2:00remaining
Create a Combo Chart with Sales and Profit

You have a dataset with monthly Sales and Profit values. You want to create a combo chart where Sales is shown as bars and Profit as a line on the same axis.

Which step is essential to combine these two measures correctly in Tableau?

ADrag both Sales and Profit to Rows shelf and then select 'Dual Axis' to overlay the charts.
BUse the Pages shelf to animate Sales and Profit over time.
CCreate two separate worksheets and place them side by side on a dashboard.
DPlace Sales on Columns shelf and Profit on Filters shelf to filter the data.
Attempts:
2 left
💡 Hint

Think about how to overlay two different chart types on the same axis.

dax_lod_result
intermediate
1:30remaining
Calculate Combined Sales and Profit Ratio

You want to create a calculated measure in Tableau that shows the ratio of total Profit to total Sales for each category. Which formula will give the correct result?

ASUM([Sales]) / SUM([Profit])
BAVG([Profit]) / AVG([Sales])
CSUM([Profit]) / SUM([Sales])
DCOUNT([Profit]) / COUNT([Sales])
Attempts:
2 left
💡 Hint

Think about how to get total profit divided by total sales.

data_modeling
advanced
2:30remaining
Handling Different Granularities in Combo Charts

You have sales data at the daily level and profit data aggregated monthly. You want to create a combo chart showing daily sales bars and monthly profit line. What is the best approach to handle this in Tableau?

AUse the daily date for sales and ignore the profit data granularity difference.
BCreate a calculated field to aggregate daily sales to monthly level before combining with profit.
CBlend the data sources without adjusting granularity and plot both directly.
DCreate two separate charts and do not combine them.
Attempts:
2 left
💡 Hint

Think about matching the time levels before combining data.

🔧 Formula Fix
advanced
2:00remaining
Fixing Misaligned Axes in Combo Chart

You created a combo chart with Sales as bars and Profit as a line using dual axis. However, the two axes scales are very different, making the line hard to interpret. What is the best way to fix this?

ASynchronize the axes by right-clicking one axis and selecting 'Synchronize Axis'.
BChange the mark type of both measures to bars.
CRemove the dual axis and use a single axis instead.
DFilter out extreme profit values to reduce scale difference.
Attempts:
2 left
💡 Hint

Think about how to make both axes use the same scale.

🧠 Conceptual
expert
3:00remaining
Best Practice for Color Use in Combo Charts

When designing a combo chart with bars and lines, what is the best practice for using colors to ensure clarity and accessibility?

AUse the same color for both bars and lines to keep the chart simple.
BUse many different colors for each data point to show detail.
CUse bright neon colors for both marks to attract attention.
DUse distinct colors with high contrast for bars and lines, and ensure colorblind-friendly palettes.
Attempts:
2 left
💡 Hint

Think about how to make the chart readable for everyone.