[Apr 16, 2026] Free Tableau Certified TDA-C01 Exam Question
TDA-C01 dumps & Tableau Certified sure practice dumps
Preparing for the Tableau TDA-C01 exam requires a deep understanding of Tableau software and its features. Candidates should have experience using Tableau to analyze and visualize data, as well as a solid understanding of data analysis concepts and techniques. Tableau offers a range of training courses and resources to help candidates prepare for the exam, including online training, practice exams, and study guides. With the Tableau Certified Data Analyst certification, individuals can demonstrate their expertise in data analysis and visualization using Tableau software, which can help advance their careers and improve their job prospects.
NEW QUESTION # 73
You company has two divisions located in the United States and Germany Bach division has a separate database. The following is a sample of the sales data for the division in the United States.
The following is a sample of the sales data for me division in Germany.
You have population data in a file named Populatio.csv. the following is a sample of the data.
You plan to create a visualization that ml show tie sales per capita for each salesperson Each salesperson must be identified by identified by their full name.
You need to prepare the data to support the planned visualization. The data source must support being published .
Which four actions should you perform in order?
(Place the four correct options n order Use the arrows to move Options to Answer Area arrows to re-order the options.
Use Answer Area arrows to re-order the options)
Answer:
Explanation:
1 - Open Tableau Desktop
2 - Create a new column to Concatenate the name for the Germany division.
3 - Union the sales data of both divisions.
4 - Join the sales data and the population data by using City as the join field.
NEW QUESTION # 74
You have the following dataset in Microsoft Excel.
You are using Data interpreter to cleans the dataset. Data interpreter provides the following results.
How many rows of data will be ingested into Tableau as values?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: B
Explanation:
Data interpreter is a feature that helps you clean and structure your data in Excel before importing it into Tableau. It detects and removes any headers, footers, subtotals, or other elements that are not part of the actual data. It also splits any merged cells and fills in any missing values. In this case, data interpreter provides the following results:
* It removes the first three rows and the last two rows that contain headers and footers.
* It splits the merged cells in column A and fills in the missing values with "Fiction" or "Non-Fiction".
* It does not remove or change any other rows or cells.
Therefore, the number of rows of data that will be ingested into Tableau as values is 17, which is the number of rows left after removing the headers and footers. References: https://help.tableau.com/current/pro/desktop
/en-us/importing_cleaning_up_data.htm https://help.tableau.com/current/pro/desktop/en-us
/importing_data_interpreter.htm
Based on the Data Interpreter's results and the provided Excel dataset screenshot, the number of rows of data that will be ingested into Tableau as values is 17. The Data Interpreter has identified and excluded headers and footers, and the rows with actual data are considered for analysis.
NEW QUESTION # 75
You have the following dataset:
You want to create a parameter to dynamically filter the data to produce the following results.
Which two types of parameters can you use to produce the results? Choose two.
- A. Datetime
- B. Float
- C. Date
- D. String
- E. Integer
- F. Boolean
Answer: D,E
Explanation:
In the context of filtering data in Tableau, both string and integer parameters can be used to dynamically filter data. A string parameter can be used to filter text-based values, while an integer parameter is suitable for numerical values. In the provided dataset and result URLs, it appears that a unique identifier or key (which could be a string or integer) is being used to filter specific data entries. References: The information is based on the following sources:
An Introduction to Parameters in Tableau
Create Parameters - Tableau
NEW QUESTION # 76
You have a line chart on a worksheet.
You want to add a comment to March 2020 as shown in the following visualization.
What should you do?
- A. Enable captions
- B. Drag the growth rate to Text on the Marks card
- C. Add a tooltip
- D. Annotate March 2020
Answer: D
Explanation:
To add a comment to March 2020 on a line chart, you need to annotate that mark. You can right-click on the mark and select Annotate > Mark from the menu. This will open a dialog box where you can type your comment and format it as you like. You can also drag and drop the annotation to position it on the worksheet. Dragging the growth rate to Text on the Marks card will add a label to every mark on the line chart, enabling captions will show a description of the worksheet at the bottom, and adding a tooltip will show a text box when users hover over a mark. Reference: https://help.tableau.com/current/pro/desktop/en-us/formatting_annotations.htm https://help.tableau.com/current/pro/desktop/en-us/formatting_annotations_create.htm
NEW QUESTION # 77
You have the following worksheet.
You want to create a table calculation that shows sales growth over each year.
How should you complete the formula? (Use the dropdowns in the Answer Area to select the correct options to complete the formula.)
Answer:
Explanation:
Explanation:
There are different ways to create a table calculation that shows sales growth over each year, but one possible answer is:
SUM([Sales])
LOOKUP(SUM([Sales]), -1)
PREVIOUS_VALUE(0)
To calculate the sales growth over each year, you need to compare the current year's sales with the previous year's sales and divide the difference by the previous year's sales. You can use the SUM, LOOKUP, and PREVIOUS_VALUE functions to achieve this. The SUM function returns the total sales for each year. The LOOKUP function returns the value of an expression in a target row, specified as a relative offset from the current row. The PREVIOUS_VALUE function returns the value of the expression in the previous row, or a specified value if there is no previous row. The formula for the table calculation is:
(SUM([Sales]) - LOOKUP(SUM([Sales]), -1)) / PREVIOUS_VALUE(0)
This formula subtracts the sales of the previous year (LOOKUP(SUM([Sales]), -1)) from the sales of the current year (SUM([Sales])) and divides the result by the sales of the previous year. If there is no previous year, the formula uses 0 as the denominator (PREVIOUS_VALUE(0)) to avoid division by zero errors.
References:
Tableau Certified Data Analyst Exam Prep Guide, page 11, section "Creating Calculated Fields" Tableau Help: SUM Function Tableau Help: LOOKUP Function Tableau Help: PREVIOUS_VALUE Function
NEW QUESTION # 78
Open the link to Book1 found on the desktop. Open Disciplines worksheet.
Filter the table to show the Top 10 NOC based on the number of medals won.
- A. check the steps below in explanation
Answer: A
Explanation:
To filter the table to show the Top 10 NOC based on the number of medals won, you need to do the following steps:
Open the link to Book1 found on the desktop. This will open the Tableau workbook that contains the Disciplines worksheet.
Click on the Disciplines tab at the bottom of the workbook to open the worksheet. You will see a table that shows the NOC, discipline, and medals for each country.
Drag Medals from the Measures pane to the Filters shelf. This will open a dialog box that allows you to filter by different criteria.
Select Top from the dialog box. This will show you options to filter by the top or bottom values of a field.
Enter 10 in the text box next to By field. This will filter by the top 10 values of Medals.
Select NOC from the drop-down list next to By field. This will filter by the top 10 values of NOC based on Medals.
Click OK to apply the filter. You will see that the table now shows only 10 rows, one for each NOC with the highest number of medals.
NEW QUESTION # 79
You have the following dataset.
You plan to create a dashboard that will be filtered to show only data that is relevant to a specific Tableau user based on the Tableau_User_Name field You need to create a boolean calculated field to place on the data source finer Which formula should you use for the filter?
- A. USERNAME()=(Tableau_USER_NAME)
- B. NAME Tableau-USER-NAME)
- C. NAMEUSERNAME()
- D. ISFULLNAMETableu_USER_NAME))=USERNAME()
Answer: B
NEW QUESTION # 80
You have a dataset that has four fields named Category. Profit Sates and Customer Name. You need to create the following visualization.

Answer:
Explanation:
NEW QUESTION # 81
You are developing a data source in Tableau Prep.
You have two tables named Orders and Employees.
The Orders table was created in 2019 and contains the following columns.
The Employees table contains all the employee information for the various sales teams in the sales department and contains the following columns
You want to prepare the data so that you can analyze sales trends over time for every sales team.
Which three actions should you perform in order? (Place the three correct options in order. Use the arrows to move Options to Answer Are a. Use Answer Area arrows to re-order the options.)

Answer:
Explanation:
1 - Join the tables.
2 - Aggregate the data by Sales Team.
3 - Add the following filter to the Employees table: Sale Team - Team Alpha.
Reference:
[Tableau Certified Data Analyst Exam Prep Guide], page 9, section "Preparing Data"
[Tableau Help: Join Your Data]
[Tableau Help: Aggregate Your Data]
[Tableau Help: Filter Your Data]
NEW QUESTION # 82
Which option must a Data Analyst enable to build the following table to add quarterly totals?
- A. Add All Subtotals
- B. Show Row Grand Totals
- C. Add Pane Totals
- D. Show Column Grand Totals
Answer: A
NEW QUESTION # 83
You are the owner of an alert.
You receive an email notification that the alert was suspended
From where can you resume the suspended alert?
- A. The My Content area of Tableau web pages
- B. The Notification area of Tableau Prep
- C. The Data Source page of Tableau Desktop
- D. The Shared with Ma page
Answer: A
Explanation:
To resume a suspended alert, you need to go to the My Content area of Tableau web pages, where you can see all the alerts that you own or subscribe to. You can click on the alert name and then select Resume from the menu. You can also edit or delete the alert from there. References: https://help.tableau.com/current/pro
/desktop/en-us/alerts.htm https://help.tableau.com/current/pro/desktop/en-us/alerts_manage.htm In Tableau, the "My Content" area on the web interface is the place where a user can manage their content, including workbooks, data sources, and alerts. If an alert is suspended, the owner of the alert can go to the
"My Content" area to resume it.
NEW QUESTION # 84
Open the link to Book1 found on the desktop. Open Disciplines worksheet.
Filter the table to show the members of the Top10 set and the members of the Bottom10 set. There should be a total of 20 rows.
Answer:
Explanation:
Send us your feedback on it
NEW QUESTION # 85
You have the following dashboard that contains two visualizations.
You want to show only one visualization at time. Users must be able to switch between visualizations.
What should you me?
- A. Show/hide buttons
- B. Worksheet actions
- C. Dashboard actions
- D. A parameter and a calculated filed
Answer: A
Explanation:
In Tableau, you can manage the visibility of different visualizations on a dashboard using various techniques.
Among the options provided, the most straightforward method to allow users to switch between two visualizations is to use show/hide buttons.
Here's why each option is or isn't suitable for the requirement:
A). A parameter and a calculated field: While it's possible to use a parameter and a calculated field to control which visualization is displayed, it requires creating a calculated field that responds to a parameter and then using that field to filter the view. This method can become complex and is not as user-friendly for simply showing and hiding visualizations.
B). Worksheet actions: Worksheet actions in Tableau typically allow users to interact with the data within a visualization, such as filtering data or highlighting related data points when clicking or hovering. They are not designed to control the visibility of entire visualizations on a dashboard.
C). Show/hide buttons: Show/hide buttons are a feature specifically designed to manage the visibility of dashboard elements. When you create a show/hide button, it can be configured to display or hide a particular visualization, container, or any other dashboard element when clicked. This provides a very intuitive interface for users to switch between visualizations.
D). Dashboard actions: Dashboard actions, like worksheet actions, are used to create interactions between sheets, such as filtering data or navigating to other sheets or URLs based on user interactions. They are not intended for toggling the visibility of visualizations.
Therefore, the correct answer is C. Show/hide buttons as they provide a user-friendly way to switch between visualizations on a dashboard without the need for complex calculations or actions that aren't meant for this purpose. The show/hide button feature is specifically designed for toggling visibility and offers a simple and effective solution for the requirement.
NEW QUESTION # 86
You have the following box plot that shows the distribution of average profits made in every state by region.
Which region has the smallest distribution of profits?
- A. Cast
- B. West
- C. Central
- D. South
Answer: D
Explanation:
The box plot visualization displays the distribution of average profits by region. The distribution of profits is represented by the range of the box (interquartile range) and the whiskers (which often represent the total range excluding outliers). From the image provided, the South region has the smallest visible range within its box and the shortest whiskers, indicating the smallest distribution of average profits among the choices provided.
NEW QUESTION # 87
You have the following tiled dashboard that has one sheet.
You want to replace the sheet with Sheet2.
What should you do?
- A. Select Sheet3 and click the Swap Sheet button next to Sheet2.
- B. Right-click Sheet2 and select Add to Dashboard.
- C. From the context menu of Sheet3, select Remove Dashboard Item.
- D. Drag Sheet2 to the dashboard.
- E. From the context menu of Sheet3, select Deselect.
Answer: A
Explanation:
Reference:
Create a Dashboard - Tableau
Tableau Certified Data Analyst Study Guide
NEW QUESTION # 88
Which attributes are required for the field that is used to hide or show an object with Dynamic Zone Visibility?
- A. String, Fixed Level of Detail (LOD), Dependent on the viz
- B. Boolean, Single Value, Independent of the viz
- C. Boolean, Parameter, Single Value
- D. Single Value, Integer, Independent of the viz
Answer: B
NEW QUESTION # 89
You create the following worksheet
The Pick Measure parameter contains the following list of values
Users can select a value from Pick Measure to change the visualization to show either the Sales measure or the Profit measure.
Which formula is used in the Selected Measure calculated field lo switch between measures?
- A. Case [Pick Measure]
WHEN 1 then ([Sales])
WHEN 2 then ([Profit])
END - B. Case STFMEPick Measure])
WHEN "Sales" then ([Sales])
WHEN "Profit" then ([Profit]) e::i - C. Case [Pick Measure:
WHEN [Sales] then 1
WHEN [Profit] then 2 END - D. Case AVG([Pick Measure])
WHEN [Sales] then 1
WHEN [Profit] then 2
END
Answer: A
Explanation:
https://help.tableau.com/current/pro/desktop/en-us/parameters_swap.htm
This formula uses a parameter (Pick Measure) to switch between the Sales and Profit measures. When the user selects '1', it shows Sales, and when '2' is selected, it shows Profit. This dynamic switching is enabled by the Case function.
NEW QUESTION # 90
You have the following dataset that contain null values in the Profits field.
You want the data to appear as shown in the following table.
Which two formulas achieve the goal? Choose two.
- A. ISNULL ([Profits])
- B. IF [Profits] != null then [Profits] END
- C. IFNULL [(profits] ,0)
- D. 2N ([Profits])
Answer: C,D
NEW QUESTION # 91
......
Tableau TDA-C01 certification exam is a valuable credential for professionals who want to advance their career in the field of data analysis. Tableau Certified Data Analyst certification is recognized by many organizations worldwide, and it can help professionals stand out in a competitive job market. Moreover, the Tableau TDA-C01 certification exam is a great way for professionals to demonstrate their expertise in data analysis using Tableau and to gain recognition for their skills and knowledge in this field.
One of the key benefits of obtaining a Tableau TDA-C01 certification is that it helps individuals improve their credibility within the industry. With this certification, employers can trust that an individual has the necessary knowledge and skills to use Tableau effectively in data analysis. Additionally, having a TDA-C01 certification can increase job opportunities and earning potential for individuals working in the data analysis space.
Tableau TDA-C01 Actual Questions and Braindumps: https://freetorrent.actual4test.com/TDA-C01_examcollection.html