InterviewSolution
| 1. |
What does blending mean in Tableau? Explain briefly. |
|
Answer» When we have multiple data sources and we want to integrate those to visualize in our Tableau dashboard, we use blending.
Each data source contains its set of dimensions and measures. We can not have specific set of dimensions and measures which will limit us to create groups, formulas etc across the data. Data sources can be of multiple RDBMS such as Oracle, SQL Server, DB2 etc. and other data sources such as spreadsheets etc. Blending also avoids joining of duplicate data as it will be linked via a common dimension. One can CHANGE the linking FIELD (dimension or measure) or ADD more linking fields to include additional rows of data from the secondary data source in the blend, changing the aggregated values. |
|