Tableau Faq Part 2
Tableau Faq Part 2
ASKED
QUESTIONS :
TABLEAU
part 2
FAQ
51) What is the difference between Heat map and Tree map?
Tree Map:
It represents the data hierarchically and shows them as a set of nested rectangles.
It is used for comparing the categories with colours, size, and it can also be used for
illustrating the hierarchical data and part to whole relationships.
Colours and size of rectangles are respective to the values of the data points .
Heat Map:
It is used for comparing the categories based on colour and size. And also it is great
in spotting the patterns based on the density of the information.
When their values are higher or density of records, the data will represent in dark
colour.
Date & Time: Date and Time, (01 January 2020 07:55:00 AM)
workearly.gr
FAQ
53) What is the Line Chart?
Line chart is a popular type of diagrammatic way for visualizing the data, it connects the
individual data points to view the data. We can easily visualize the series of values, we
can see trends over time or predict future values. Horizontal axis holds the category to
which it belongs and vertical axis hold the values.
Stacked Bar Chart, composed of multiple bars stacked horizontally, one below the
other. The length of the bar depends on the value in the data point. Stacked bar chart
make the work easier, they will help us to know the changes in all variables presented,
side by side. We can watch the changes in their total and forecast future values.
Ans: A column chat visualizes the data as a set of rectangle columns, as their lengths are
proportional to values when they represent the data. The horizontal axis shows the
category to which they belong to, and the vertical axis shows the values.
Bar chart visualize the data as set of rectangle bars, as their values are proportional to
lengths when they represent the data. The vertical axis shows the category to which
they belong to and horizontal axis shows the values. So, the bar chart is a vertical
version of the Column chart.
Stacked Column Chart, composed of multiple bars stacked vertically, one on another.
The length of the bar depends on the value in the data point. A stacked column chart is
the best one to know the changes in all variables. This type of charts should be checked
when a number of series is higher than two.
workearly.gr
58) What is an Area Chart?
Area chart is nothing but line chat, the area between x-axis and lines will be color or
patterns. These charts are typically used to represent accumulated totals over time and
are the conventional way to display stacked lines.
Step 1: Go to public.tableau.com and enter your e-mail address and click “ Download
the App “.
Step 2: After downloading the file, run the file and follow the prompts to install the
Tableau.
Step 3: Now, you can see Tableau shortcut on your desktop.
Step 4: Double click on the icon, to load tableau public. Now you see the screen as
below.
60) What is Context Filter and show the steps on how to create the
Context Filter Tableau?
Context Filters are applied to the data rows before any other filters. They are limited to
views, but they can be applied on selected sheets. They define Aggregation and
Disaggregation of data in Tableau
Step 1: Drag the subcategory dimensions to the row shelf and the measure sales to the
column shelf. Now choose the horizontal bar chart as chart type and again drag the sub
category dimensions to the filter shelf. Then we will get the following chart.
Step 2: Right-click on the Sub-Category field in the filter shelf and go the Top fourth tab.
Choose the option field, from the next drop-down and choose the option Top 10 by
Sales Sum as shown in the following screenshot.
Step 3: Drag the dimension Category to the filter shelf. Give right-click on the general
tab to edit and under that choose Furniture from the list. As you can see the result
shows three subcategories of products.
Step 4: Right-click the Category: Furniture filter and select the option Add to Context.
This produces the final result, which shows the subcategory of products from the
category Furniture which are among workearly.gr
the top 10 subcategories across all the products.
FAQ
61) What is VIZQL in Tableau?
VIZQL is Visual Inquiry Language. It is a combination of VIZ and SQL. It is similar to SQL
language. But instead of SQL commands, VIZQL language converts data queries into
visual images.
Aggregation → The process of summarizing the data and viewing a single numeric value
is called aggregation. Example – sum/avg of salary for each employee
Disaggregation → The process of viewing each transaction for analyzing all the
measures both dependently and independently. Example – individual salary
transactions for each employee.
Traditional BI
Tableau
workearly.gr
FAQ
64) How to create a calculated field in Tableau?
Step 1: Select Analysis -> drop down will open -> Select create calculated field
Step 2: Calculation Editor Box will open, give the name to the calculated field.
65) State some reasons for the low performance of Tableau? Explain
in detail.
Filters : filters need to create an extra query and if it used in large numbers and
inefficiently then they can reduce the performance. So, it is advised to use filters
whenever it is mandatory
Live connection: Tableau extract works much better in comparison with live
connection.
Data sources: a wrong query to a wrong data source can reduce performance. Also
data source’s performance can also affect Tableau’s performance.
Filters
calculated fields
actions
measure-swaps
changing views
auto updates
Tableau Desktop Log files are placed in C:UsersMy DocumentsMy Tableau Repository. In
case of live connection to any data source, check the log file “log.txt” and
“tabprotosrv.txt” files. In case of extract connection to any data source, check the
“tdeserver.txt” file which has detailed information about queries.
If the owner of published workbooks license expires then his/her role will change to
“Unlicensed”. He/She cannot access those workbooks, but others can. Only site admin
can change the ownership of those workbooks.
Cascading filters means filter2 values are dependent on filter1 value. For Example, filter1
is country and if we select “India” for filter1, filter2 values should show all Indian states.
This feature we can achieve by using the option “Only Relevant Values”.
workearly.gr
FAQ
72) State few charts which we should not use with valid reasons.
Pie Charts: Pie charts are not that much accurate as bar charts. In Pie charts, we
have areas and angles to compare instead of length in a bar chart. Areas and angles
cannot be analyzed with ease.
Donut Charts: This is same as Pie chart, but here, we have a hole in the middle to
make it look like a donut. Due to that hole, we need to compare arc length with other
arcs to analyze the values. Comparing arcs length is also a difficult task for our eyes.
Option 1:
Create a set from the group, and use the set in the calculated field.
Step 1: Right click on the Data Pane and then select Create Set.
75) If I delete a workbook from tableau public and there are links to
other blogs and other web locations. What happens to them?
Tableau public is like a repository, if you delete anything in the Tableau public the data
will be lost, even if links are in other locations and blogs. We cannot access those links.
Yes, we can create relational joins in Tableau without creating a new table
It happens when the user is trying to publish the workbook which is connected to the
internal or local server that means the company’s network.
78) What is the benefit of Tableau extract file over the live
connection?
Extract file can be used without any connections and you can build your own
visualisation without connecting to the database.
workearly.gr
FAQ
79) Can we download views or workbooks from the server? If yes, in
which data formats?
We can download views or workbooks from the server. But, data formats available to us
depend on the permissions granted by site administrators or content owners.
We can also download selected sheets into PDF format, but while generating PDF, web
page objects won’t be included.
Yes, we can place excel file in a shared location and we can use it to develop a report,
but for better performance, we need to extract the file.
81) Design a view in a map such that if a user selects any state the
cities under that state have to show profit and sales.
If you want to show profit and sales of each and every city under the state in the same
worksheet, then follow a few steps.
The data which you want to display under the state, it must be in the same worksheet.
In the View, Size indicates the Sales, and Color indicates the profit of the respective
state(which you have selected).
workearly.gr
FAQ
82) Can you get values from two different sources as a single input
into parameter?
Junk Dimension: Junk values or unrelated dimensions are termed as Junk Dimension.
Role enjoying Dimension: If one dimension is employed in multiple roles, then they
are termed as Role enjoying Dimensions.
Inferred Dimension: Empty dimensions are called inferred dimensions. They are
usually used in ETL.
workearly.gr