In Tableau, when you blend data from two different sources, what happens if the linking field has mismatched data types between the primary and secondary sources?
Think about how data type mismatches affect matching keys in joins or blends.
Tableau does not automatically convert data types during blending. If the linking fields have different data types, the blend may still run but produce incomplete or incorrect results because the keys do not match properly.
You have two data sources in Tableau: Sales_US and Sales_EU. Both have a SalesAmount field. You want to create a calculated field that sums sales from both sources. Which Tableau calculation correctly sums these amounts assuming data blending with Sales_US as primary?
Remember how Tableau aggregates data from secondary sources in blends.
In Tableau, when blending data, the secondary source aggregates at the level of detail of the primary source. You must ensure the calculation sums the primary source and the aggregated secondary source correctly.
You have two data sources: one with customer demographics and another with sales transactions. You want to create a dashboard that filters sales by customer age group. What is the best practice to ensure the filter works correctly across both data sources?
Think about how filters behave with blends versus joins.
Filters on blended data sources apply only to the primary source. To filter across both sources seamlessly, joining the data into one source is best practice.
After blending two data sources in Tableau, you notice that the secondary source data does not update when you refresh the workbook. What is the most likely cause?
Consider how Tableau handles extracts and live connections.
If the secondary source is an extract and was not refreshed, it will show stale data even after refreshing the workbook.
You have a Tableau dashboard using three large data sources blended together. Users report slow load times. Which approach will most effectively improve performance without losing data accuracy?
Think about how data blending affects query performance and how extracts can help.
Joining data sources outside Tableau into one extract reduces the complexity of blending and improves performance while maintaining data accuracy.