0
0
Tableaubi_tool~20 mins

Blending data sources in Tableau - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Blending Data Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Primary and Secondary Data Sources in Tableau

In Tableau, when blending data from two sources, which statement correctly describes the role of the primary data source?

AThe primary data source is only used to join tables before blending.
BThe primary data source defines the view's structure and drives the filters and calculations.
CThe primary data source is ignored if the secondary source has more records.
DThe primary data source automatically duplicates all fields from the secondary source.
Attempts:
2 left
💡 Hint

Think about which data source controls the main visualization layout.

dax_lod_result
intermediate
2:00remaining
Result of a Tableau Data Blend with Different Granularity

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?

AThe monthly target value will be duplicated for each day in that month.
BThe target value will be averaged across all days automatically.
CThe target value will be null for all days except the first day of the month.
DThe target value will be summed across all months.
Attempts:
2 left
💡 Hint

Consider how Tableau matches data when blending at different levels of detail.

visualization
advanced
3:00remaining
Choosing the Best Visualization for Blended Data

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?

AA scatter plot with sales on X-axis and product category on Y-axis.
BA pie chart showing total sales by product category only.
CA line chart showing sales trends over time without target data.
DA stacked bar chart showing sales and target side by side for each region and category.
Attempts:
2 left
💡 Hint

Think about how to compare two related measures across categories and regions.

🔧 Formula Fix
advanced
2:30remaining
Troubleshooting Null Values in Blended Data

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?

AThe 'Customer ID' field has mismatched data types or formatting between the two sources.
BThe primary data source has missing records for some customers.
CTableau does not support blending on fields named 'Customer ID'.
DThe secondary source is set as primary by mistake.
Attempts:
2 left
💡 Hint

Check how the linking field matches between sources.

🎯 Scenario
expert
4:00remaining
Designing a Data Blend for Performance and Accuracy

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?

AUse the demographic data as primary source and blend sales data, filtering sales to last month only.
BJoin both datasets outside Tableau before import to avoid blending.
CUse the sales data as primary source and blend the demographic data on Customer ID, filtering demographic data to latest month only.
DBlend both sources without filters and aggregate sales data at monthly level.
Attempts:
2 left
💡 Hint

Consider update frequency and data size when choosing primary source and filters.