Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.
Actual exam question for Tableau's TCC-C01 exam Question #: 36 Topic #: 4
From the desktop, open the CC workbook. Open the Incremental worksheet. You need to add a line to the chart that shows the cumulative percentage of sales contributed by each product to the incremental sales. From the File menu in Tableau Desktop, click Save.
Suggested Answer:
See the complete Steps below in Explanation: Explanation: To add a line showing the cumulative percentage of sales contributed by each product to the incremental sales in the Incremental worksheet of your Tableau Desktop, follow these detailed steps: * Open the CC Workbook and Access the Worksheet: * From the desktop, double-click on the CC workbook to open it in Tableau Desktop. * Navigate to the Incremental worksheet by clicking on its tab at the bottom of the window. * Calculate Cumulative Sales Percentage: * Create a new calculated field to compute the cumulative percentage of sales. Right-click in the Data pane and select 'Create Calculated Field'. * Name this field "Cumulative Sales Percentage". * Enter the following formula to calculate the running sum of sales as a percentage of the total sales: (RUNNING_SUM(SUM([Sales])) / TOTAL(SUM([Sales])) [Sales])) * Click 'OK' to save the calculated field. * Add the Cumulative Sales Percentage Line to the Chart: * Drag the "Cumulative Sales Percentage" field to the Rows shelf, placing it next to the existing Sales measure. * Ensure that the cumulative line appears as a continuous line. Right-click on the "Cumulative Sales Percentage" field on the Rows shelf, select 'Change Chart Type', and choose 'Line'. * Adjust the axis to synchronize or dual-axis if necessary. Right-click on the axis of the "Cumulative Sales Percentage" and select 'Synchronize Axis' if it's on a dual-axis setup. * Format the Cumulative Sales Percentage Line: * Click on the "Cumulative Sales Percentage" line in the visualization. * Navigate to the 'Format' pane to adjust the line style, thickness, and color to make it distinct from other data in the chart. * Save Your Changes: * From the File menu, click 'Save' to ensure all your changes are stored. References: * Tableau Help: Provides additional details on creating calculated fields and customizing line charts. * Tableau User Guide: Offers extensive instructions on formatting charts, including line types and axis synchronization. By following these steps, you will successfully add a cumulative sales percentage line to your chart, enhancing the visualization to reflect the incremental contribution of each product to the overall sales in a dynamic and informative manner.
What's the extra [Sales] at the end of the formula..? The formula should be: RUNNING_SUM(SUM([Sales])) / TOTAL(SUM([Sales])) . That's the only way it works..
upvoted 1 times
...
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Is the comment made by USERNAME spam or abusive?
Commenting
In order to participate in the comments you need to be logged-in.
You can sign-up / login
(it's free).
Comments
GiaZ
2024-07-02 03:32:08RUNNING_SUM(SUM([Sales])) / TOTAL(SUM([Sales])) . That's the only way it works..
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).