What is the main advantage of using a dual axis chart in Tableau?
Think about why you would want two vertical scales on one chart.
Dual axis charts allow you to plot two measures with different units or scales on the same graph, making comparison easier.
Given two measures: Sales and Profit Margin, which DAX expression correctly calculates the average profit margin for use in a dual axis chart?
Look for the function that directly calculates average without filtering.
AVERAGE('SalesData'[Profit Margin]) directly computes the average profit margin, suitable for plotting alongside sales.
You want to create a dual axis chart in Tableau showing Monthly Sales as bars and Monthly Profit Margin as a line. Which setup correctly achieves this?
Remember how dual axis charts are created by layering two measures on the same axis.
Dragging both measures to Rows and then selecting 'Dual Axis' on the second axis allows overlaying them. Changing the mark type for one measure to Line creates the desired combo chart.
You created a dual axis chart in Tableau but the two axes are not aligned, causing confusion. What is the most likely cause?
Think about how axis scales affect dual axis charts.
If axes have different scales and are not synchronized, the chart looks misaligned. Synchronizing axes fixes this.
You are designing a Tableau dashboard with a dual axis chart showing Revenue and Customer Satisfaction. The dashboard must be accessible and responsive for users on different devices. Which practice is NOT recommended?
Consider responsive design principles for dashboards.
Fixing dashboard width to a large pixel value reduces responsiveness and accessibility on smaller devices. Using flexible layouts is better.