In Tableau, when blending data from two sources, which statement correctly describes the role of the primary data source?
Think about which data source controls the main visualization layout.
The primary data source in Tableau controls the view's structure, including filters and calculations. The secondary source provides additional data linked by common fields.
Suppose you blend two data sources in Tableau: Source A has daily sales data, and Source B has monthly targets. If you create a view by day using Source A and blend Source B on month, what will happen to the target values?
Consider how Tableau matches data when blending at different levels of detail.
When blending data at different granularities, Tableau duplicates the secondary source's value for each matching primary source row. Here, the monthly target repeats for each day.
You have blended sales data from two sources: one with product details and another with regional targets. You want to show actual sales vs. target by region and product category. Which visualization best communicates this comparison clearly?
Think about how to compare two related measures across categories and regions.
A stacked bar chart side by side for sales and target allows easy comparison across regions and categories, making differences clear.
After blending two data sources in Tableau on the field 'Customer ID', you notice many null values in the secondary source fields. What is the most likely cause?
Check how the linking field matches between sources.
Nulls often occur when the linking field values do not match exactly due to data type or formatting differences, causing no join match.
You need to blend a large transactional sales dataset with a smaller customer demographic dataset in Tableau. The sales data updates daily, and the demographic data updates monthly. How should you design the blend to optimize performance and ensure accurate reporting?
Consider update frequency and data size when choosing primary source and filters.
Using the larger, frequently updated sales data as primary and filtering the smaller demographic data to the latest month reduces data volume and keeps reports accurate and performant.