Total 65 Questions
Last Updated On :
Preparing with Salesforce-Tableau-Data-Analyst practice test is essential to ensure success on the exam. This Salesforce SP25 test allows you to familiarize yourself with the Salesforce-Tableau-Data-Analyst exam questions format and identify your strengths and weaknesses. By practicing thoroughly, you can maximize your chances of passing the Salesforce certification spring 2025 release exam on your first attempt. Surveys from different platforms and user-reported pass rates suggest Salesforce-Tableau-Data-Analyst practice exam users are ~30-40% more likely to pass.
You have the following dataset. Which Level of Detail (LOD) expression should you use to calculate tie grand total of all the regions?
A. {FIXED: [Region] SUM Sales}
B. {FIXED: SUM Sales}
C. {Fixed: [Region]: TOTAL Sales}
D. {FIXED: TOTAL (Sales)}
Explanation:
To calculate the grand total of all regions in Tableau using a Level of Detail (LOD) expression, you need an expression that sums the Sales across all regions without being restricted by any dimensions in the view, such as [Region]. LOD expressions in Tableau allow you to control the level of granularity for calculations. Let’s analyze the requirement and each option.
Requirement:
The goal is to compute the grand total of Sales for all regions in the dataset, regardless of how the data is filtered or displayed in the view (e.g., even if the view is broken down by region or other dimensions).
This implies a calculation that ignores dimensions like [Region] and returns a single total value for all Sales.
Understanding LOD Expressions:
FIXED: Computes a value at a specified level of detail, ignoring all dimensions in the view except those explicitly included in the LOD expression. If no dimensions are specified, it computes the value across the entire dataset.
INCLUDE/EXCLUDE: Adjusts the level of detail relative to the view, but these are not relevant here since the options only use FIXED.
SUM: Aggregates the specified measure (e.g., Sales).
TOTAL: A table calculation function, not an LOD function, and is not used within FIXED LOD expressions.
Analyzing the Options:
A. {FIXED: [Region] SUM Sales}
Interpretation: This is syntactically incorrect. The correct syntax for a FIXED LOD is {FIXED [Dimension]: Aggregation}. The expression should be {FIXED [Region]: SUM(Sales)}.
If corrected to {FIXED [Region]: SUM(Sales)}: This calculates the total Sales for each [Region], not the grand total across all regions. It fixes the calculation at the [Region] level, so you get a sum of Sales per region, not a single grand total.
Why incorrect: It does not compute the grand total of all regions; it computes region-level totals.
B. {FIXED: SUM(Sales)}
Interpretation: This expression calculates the sum of Sales across the entire dataset, ignoring all dimensions in the view (including [Region]). Since no dimensions are specified in the FIXED LOD, it operates at the dataset level, returning a single grand total.
Why correct: This matches the requirement to calculate the grand total of Sales for all regions, as it sums all Sales values without partitioning by any dimension.
C. {FIXED: [Region]: TOTAL Sales}
Interpretation: This is syntactically incorrect. The TOTAL function is a table calculation, not a valid aggregation within an LOD expression. LOD expressions use aggregations like SUM, AVG, etc., not TOTAL.
Why incorrect: The syntax is invalid, and even if it were valid, it would not compute the grand total across all regions correctly.
D. {FIXED: TOTAL(Sales)}
Interpretation: This is also syntactically incorrect. The TOTAL function cannot be used within a FIXED LOD expression, as it is a table calculation, not an aggregation.
Why incorrect: The syntax is invalid, and it does not align with the requirement.
Why Option B is the Best Choice:
The expression {FIXED: SUM(Sales)} computes the grand total of Sales across the entire dataset, ignoring all dimensions (including [Region]). This is exactly what the question asks for: a single value representing the total Sales for all regions.
Example: If the dataset has Sales values for multiple regions (e.g., North: $100, South: $200, East: $300), this expression returns $600, the grand total.
References:
1. Tableau Help Documentation:
Level of Detail Expressions: Explains that {FIXED: SUM([Measure])} computes the measure’s aggregation across the entire dataset, ignoring all dimensions unless specified (Tableau Help: Level of Detail Expressions).
FIXED LOD: Notes that omitting dimensions in a FIXED LOD results in a calculation at the dataset level (Tableau Help: FIXED LOD).
2. Salesforce Tableau Data Analyst Exam Guide: The “Explore and Analyze Data” section (41% of the exam) covers creating calculations, including LOD expressions, to perform aggregations at different levels of granularity.
3. Trailhead Module: The Tableau Data Analyst Certification Prep Guide (Unit 2: Explore and Analyze Data) includes examples of LOD expressions, such as {FIXED: SUM(Sales)}, for calculating grand totals across a dataset.
Open the link to Book1 found on the desktop. Open SalesVSProfit worksheet.
Add a distribution band on Profit to show the standard deviation from- 1 to 1.
Explanation:
To add a distribution band on the Profit measure to show the standard deviation from -1 to 1 in the SalesVSProfit worksheet of the Book1 Tableau workbook, follow these steps. This process assumes you are working in Tableau Desktop and that the SalesVSProfit worksheet contains a visualization (e.g., a scatter plot) with Sales and Profit data, likely from the Sample Superstore dataset.
Steps to Add a Distribution Band:
1. Open the Workbook:
Locate and open the Book1 link on your desktop. This will launch Tableau Desktop and load the Book1 workbook.
2. Navigate to the SalesVSProfit Worksheet:
At the bottom of the Tableau workbook, click the SalesVSProfit tab to open the worksheet. You should see a visualization, such as a scatter plot, showing the relationship between Sales and Profit for a dimension (e.g., Sub-Category).
3. Access the Analytics Pane:
➡️ On the left side of the Tableau Desktop interface, locate the Analytics tab (next to the Data pane).
➡️ Click the Analytics tab to open the Analytics pane, which lists analytical objects like Reference Line, Distribution Band, and Box Plot.
4. Add the Distribution Band:
➡️ In the Analytics pane, find Distribution Band under the Model section.
➡️ Drag Distribution Band from the Analytics pane and drop it onto the Profit measure on the Rows shelf (or the axis where Profit is displayed, typically the vertical axis in a scatter plot).
➡️ Tableau will display a dialog box titled Edit Reference Line, Band, or Box.
5. Configure the Distribution Band:
In the Edit Reference Line, Band, or Box dialog box:
➡️ Scope: Select Table, Pane, or Cell depending on the desired scope. For a scatter plot with Sub-Category on the Columns shelf, Table is typically appropriate to compute the standard deviation across all data points in the view.
➡️ Value: Choose Standard Deviation from the dropdown menu.
➡️ Factors: Set the Band From value to -1 and the Band To value to 1. This configures the band to show one standard deviation below and above the mean of Profit.
➡️ Label: Choose an option for labeling (e.g., Value to show the standard deviation values, Computation to show the field name, or Custom for a custom label). For clarity, Value is often used.
➡️ Formatting: Adjust line styles, colors, or shading as needed (e.g., select a fill color for the band to make it visible).
Click OK to apply the changes.
6. Verify the Result:
The visualization will now display a shaded band on the Profit axis, representing the range from -1 to +1 standard deviations from the mean of Profit. This band highlights the variability of Profit values, with approximately 68% of the data (assuming a normal distribution) falling within this range.
Explanation:
➡️ What the Distribution Band Does: The distribution band visualizes the spread of Profit values around the mean, with the -1 to 1 standard deviation range indicating where most data points lie in a normal distribution. In a scatter plot, this band appears as a shaded area along the Profit axis, helping to identify outliers or typical profit ranges.
➡️ Scope Considerations:
Table: Computes the standard deviation across all data in the view (e.g., all Sub-Categories).
Pane: Computes the standard deviation for each pane (e.g., each Sub-Category if Sub-Category is on the Columns shelf).
Cell: Computes the standard deviation for each mark (less common for this scenario).
For a grand total across all regions or categories, Table is typically the correct scope, but adjust based on the visualization’s structure.
➡️ Standard Deviation: The band from -1 to 1 standard deviations covers approximately 68% of the data in a normal distribution, making it a common choice for visualizing data variability.
Notes:
➡️ If the SalesVSProfit worksheet is a scatter plot with Sub-Category on Columns, Profit on Rows, and Sales on Columns or another shelf, the distribution band will apply to the Profit axis across all Sub-Categories (if Table scope is selected).
➡️ If the visualization includes filters or other dimensions, ensure they don’t restrict the data in a way that affects the standard deviation calculation.
➡️ The question about adding a comment to March 2020 from your previous query is unrelated to this task, as distribution bands are about visualizing data spread, not adding comments. If you need to add a comment or annotation, that would involve right-clicking a data point for March 2020 and selecting Annotate > Mark or Annotate > Point, but this is not part of the current question.
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.
Explanation:
✅ Goal:
Filter the table on the "Disciplines" worksheet to show the Top 10 NOCs based on the number of medals won.
🧭 Step-by-Step Instructions:
1. Open Tableau Workbook:
Locate and open Book1 from your desktop.
Navigate to the "Disciplines" worksheet.
2. Open the Filters Pane:
Find the NOC field in the Data pane (usually under Dimensions).
Drag "NOC" to the Filters shelf.
3. Set the Top N Filter:
In the Filter Field [NOC] dialog, switch to the Top tab.
Select "By Field".
Set it to: Top 10 by Sum of [Medals] (or [Number of Medals], if named differently).
Click OK.
4. Verify the View:
Your table should now display only the Top 10 NOCs with the highest total medals.
You can sort the results in descending order by clicking the header of the medals column.
🧩 Notes:
If “Medals” isn’t a single field, it may be split into Gold, Silver, and Bronze. In that case, you might need to create a calculated field:
[Gold] + [Silver] + [Bronze]
Name it Total Medals, and then use that for the Top N filter.
📘 Tableau Reference:
Tableau Docs – Filter Data from Your Views
Tableau – Create Top N Filters
Open the Link to Book1 found on the desktop. Open Map worksheet and use Superstore data source.
Create a filed map to show the distribution of total Sales by State across the United States.
Explanation:
The task requires creating a filled map (also known as a choropleth map) in Tableau Desktop to visualize the distribution of total Sales by State across the United States, using the Sample - Superstore data source in the Map worksheet of the Book1 workbook. A filled map uses color shading to represent the value of a measure (here, total Sales) across geographic regions (here, U.S. states). Below is a detailed explanation of the task, why it’s relevant for the Salesforce Tableau Data Analyst Exam, and how to execute it, addressing the provided options and their irrelevance.
Context and Purpose:
➡️ Objective: The goal is to create a visualization that shows how total Sales vary across U.S. states, with each state shaded according to its sales value. This helps identify geographic patterns, such as which states have higher or lower sales.
➡️ Data Source: The Sample - Superstore dataset, a standard dataset in Tableau, includes fields like State (a dimension with a geographic role for U.S. states), Sales (a measure), and others like Category or Profit. It’s commonly used in Tableau training and certification exams.
➡️ Worksheet: The Map worksheet in the Book1 workbook is the target location for the visualization.
➡️ Relevance to Exam: This task aligns with the “Create Content” section (26% of the Salesforce Tableau Data Analyst Exam), which tests skills in building visualizations, including maps, to represent data distributions effectively.
Why a Filled Map?
A filled map is ideal for showing the distribution of a measure (Sales) across geographic areas (States). Each state is filled with a color, where the shade or intensity represents the magnitude of total Sales (e.g., darker shades for higher sales).
Tableau automatically recognizes the State field in the Superstore dataset as a geographic field, enabling map creation without additional configuration.
The filled map provides a quick, intuitive way to compare sales performance across states, useful for business analysis (e.g., identifying high-performing regions).
Steps to Create the Filled Map:
Here’s how to accomplish the task in Tableau Desktop:
1. Open the Workbook:
Locate the Book1 link on your desktop and double-click to open it in Tableau Desktop.
This loads the workbook, which should include the Sample - Superstore data source.
2. Navigate to the Map Worksheet:
At the bottom of the Tableau interface, find the Map worksheet tab and click to open it.
If the worksheet already contains a visualization, you can modify it; if blank, you’ll build the map from scratch.
3. Verify the Data Source:
In the Data pane on the left, ensure the Sample - Superstore data source is selected. Look for fields like State (under Dimensions, with a globe icon indicating its geographic role) and Sales (under Measures).
4. Create the Filled Map:
➡️ Add State to the View:
Drag the State field from the Data pane to the Detail shelf in the Marks card (or drop it directly onto the worksheet canvas).
Tableau recognizes State as a geographic field and generates a map view, initially with symbols (e.g., circles) for each state.
➡️ Change to Filled Map:
In the Marks card, click the mark type dropdown (initially set to Automatic or Circle) and select Map. This converts the visualization to a filled map, where each state is a filled shape.
➡️ Add Sales to Color:
Drag the Sales measure from the Data pane to the Color shelf in the Marks card.
Tableau automatically aggregates Sales as SUM(Sales), coloring each state based on its total sales. A color gradient (e.g., light to dark) appears, with a legend showing the sales range.
5. Customize the Visualization:
➡️ Color Palette:
Click the Color shelf, then Edit Colors. Choose a gradient palette (e.g., Blue, Orange-Gold, or Green) to represent sales. Select Reversed if you want higher sales to appear darker.
➡️ Labels (Optional):
Drag Sales to the Label shelf to display sales values on each state.
Format labels by clicking Label > Format, selecting Currency (Standard) or $#,##0 for readability.
➡️ Map Layers:
Go to the Map menu > Map Layers.
Adjust Washout to make state boundaries clearer, enable State/Province Borders, or add other map features like coastlines.
Ensure the map is zoomed to the United States (use Map > Map Options or zoom manually).
➡️ Tooltip:
Click the Tooltip shelf and edit to include fields like State and SUM(Sales) (e.g., “State:
➡️ Filter Non-U.S. Data (if needed):
If the Superstore dataset includes non-U.S. data (e.g., Canada), drag Country to the Filters shelf and select United States.
6. Finalize and Save:
Double-click the worksheet title and rename it (e.g., “Total Sales by State”).
Verify the map shows U.S. states shaded by total Sales, with a color legend indicating the range.
Save the workbook to preserve changes.
Result:
The filled map displays each U.S. state shaded according to its total Sales from the Superstore dataset. For example:
🧩 States with high sales (e.g., California, New York) might appear in darker shades.
🧩 States with low sales might appear in lighter shades.
🧩 Hovering over a state shows a tooltip with the state name and total sales.
🧩 The color legend on the right indicates the sales range (e.g., $0 to $500,000).
Open the link to Book1 found on the desktop. Open the sales dashboard.
Add the Sales by State sheet in a Show/Hide button to the right side of the dashboard.
Explanation:
✅ Goal:
Embed the “Sales by State” worksheet into the Sales dashboard, and control its visibility using a Show/Hide button placed on the right.
🧭 Step-by-Step Instructions:
1. Open Book1 from the Desktop:
➜ Launch Tableau and open Book1.
➜ Navigate to the Sales dashboard.
2. Drag in a Floating Vertical Container (Optional, but helpful):
➜ From the Objects pane, drag a Vertical Container into the dashboard.
➜ Set it as Floating, and place it on the right side of the dashboard.
➜ This container will help control layout and make toggling smoother.
3. Add the “Sales by State” Worksheet:
➜ Drag the Sales by State sheet into the container (or directly into the dashboard) on the right side.
➜ Make sure it’s set to Floating, if not already.
➜ Size and position it so that it fits nicely along the right edge.
4. Add a Show/Hide Button:
➜ Select the Sales by State sheet (you should see a blue border around it).
➜ In the top-right of that container, click the small dropdown arrow (more options).
➜ Click “Add Show/Hide Button”.
➜ Tableau will add a toggle button—drag this button to a visible area, like near the right edge of the dashboard.
➜ You can customize the button (e.g., change icon or label) in the Item hierarchy under Layout pane.
5. Test the Button:
➜ Click the button. It should toggle the visibility of the Sales by State sheet.
➜ Click again to hide/show.
🧩 Tips:
➜ If needed, you can add text or an image instead of the default button using the "Edit Button" option.
➜ You may want to format the worksheet or container background to make it stand out or match your dashboard theme.
📘 Tableau Reference:
Show/Hide Button for Dashboard Objects
Open the link to Book1 found on the desktop. Open the Line worksheet.
Modify the chart to show only main and max values of both measures in each region.
Explanation:
Step-by-Step Instructions
1. Open the File
➤ Find "Book1":
Look on your desktop for a file called "Book1" (it might be named "Book1.xlsx" or similar).
Double-click the file to open it in Excel. If it doesn’t open, right-click, choose "Open with," and select Microsoft Excel.
➤ Go to the Line Worksheet:
In Excel, look at the bottom of the screen where tabs list the worksheets.
Click the tab labeled "Line" to open that worksheet.
2. Check the Data
Look at the Data Table:
In the Line worksheet, find the table with your data. It might have columns like:
➝ Region (e.g., Region 1, Region 2, Region 3)
➝ Measure A Main (e.g., sales or scores)
➝ Measure A Max (e.g., maximum sales or scores)
➝ Measure B Main (e.g., another set of values)
➝ Measure B Max (e.g., maximum of the second set)
➝ Possibly other columns you don’t want in the chart.
Find the Chart:
Look for the line chart on the worksheet. It’s likely a graph with multiple lines, possibly showing more data than you want (e.g., including columns beyond Main and Max).
3. Modify the Chart
You want the chart to show only the Main and Max values for both measures (four lines total) for each region. Here’s how to update it:
➤ Select the Chart:
Click on the chart to highlight it. You’ll see a border around it, and the data in the table may highlight too.
➤ Change the Data Used in the Chart:
Right-click the chart and choose "Select Data" (or, on the ribbon at the top, click Chart Design > Select Data).
A window called "Select Data Source" will open, showing the data the chart is using.
➤ Remove Unwanted Data:
In the "Select Data Source" window, look at the "Legend Entries (Series)" section. This lists the lines in the chart (e.g., Measure A Main, Measure A Max, Measure B Main, Measure B Max, and maybe others like "Other Data").
Click on any series you don’t want (e.g., "Other Data") and click Remove to delete it from the chart.
➤ Make sure only these four series remain:
➝ Measure A Main
➝ Measure A Max
➝ Measure B Main
➝ Measure B Max
➤ Set the Region Labels:
➝ In the same window, under "Horizontal (Category) Axis Labels," click Edit.
➝ Select the cells in the Region column (e.g., if regions are in column A, rows 2 to 4, select those cells).
➝ Click OK to confirm.
➤ Save the Changes:
Click OK in the "Select Data Source" window. The chart should now show only four lines (Measure A Main, Measure A Max, Measure B Main, Measure B Max) with regions on the x-axis.
4. Check and Improve the Chart
➤ Verify the Chart:
➝ Look at the chart to ensure it shows only the four lines for Main and Max values of both measures, plotted by region.
➝ The legend (usually on the side or bottom) should list only these four series, and the x-axis should show region names.
➤ Make It Clearer (Optional):
➝ To make lines stand out, right-click a line, choose Format Data Series, and pick a different color for each (e.g., blue, red, green, purple).
➝ To add values on the chart, right-click a line, select Add Data Labels, so numbers appear on the lines.
➝ To update the title, click the chart title and type something like "Main and Max Values by Region."
5. Save Your Work
Click File > Save or press Ctrl+S to save the changes to "Book1."
Troubleshooting:
➝ Can’t Find Book1? Check other folders like Documents or use your computer’s search (e.g., File Explorer on Windows or Finder on Mac) to locate "Book1.xlsx."
➝ No Line Worksheet? Look at all worksheet tabs at the bottom of Excel. If it’s missing, let me know the correct name or check other sheets.
➝ Chart Still Shows Extra Data? Go back to the "Select Data Source" window and ensure only the four desired series are listed. Remove any extras.
➝ Using Different Software? If you’re using Google Sheets or another tool, let me know, and I’ll give specific steps.
➝ Data Looks Different? If your table doesn’t have clear Main/Max columns or measures, describe it (e.g., column names, a few rows), and I’ll guide you precisely.
Why This Works?
The chart is currently using a range of data that includes all columns in your table. By adjusting the data source to include only the Region column (for the x-axis) and the four columns for Main and Max values (for the lines), you filter out unwanted data. This keeps the chart focused on just the information you need.
Open the link to Book1 found on the desktop. Open the Movie Durations worksheet.
Replace the existing data source with the Netflix_2019 data source.
Explanation:
✅ Goal:
Replace the current data source used in the Movie Durations worksheet with a new one called Netflix_2019, ensuring the worksheet continues to function with the new data.
🧭 Step-by-Step Instructions:
1. Open Book1 from the Desktop:
➜ Launch Tableau and open the file named Book1 located on your Desktop.
2. Go to the “Movie Durations” Worksheet:
➜ At the bottom of the Tableau window, click the Movie Durations worksheet tab to open it.
3. Connect to the New Data Source (Netflix_2019):
➜ If Netflix_2019 is not already added:
➥ Click Data > New Data Source.
➥ Select the file (e.g., Excel, CSV) named Netflix_2019 and open it.
➥ It will now appear in the Data pane.
4. Replace the Existing Data Source:
➜ In the top menu bar, click Data.
➜ Hover over the existing data source name (e.g., Old_Data_Source_Name).
➜ Select Replace Data Source…
➜ In the pop-up dialog:
➥ Choose current data source in the "Current" dropdown.
➥ Choose Netflix_2019 in the "Replacement" dropdown.
➜ Click OK.
5. Verify the Worksheet:
➜ Tableau will attempt to map fields from the old source to matching fields in Netflix_2019.
➜ If field names are the same or very similar, most charts will update automatically.
➜ If you see any broken fields (red pills), resolve them manually by dragging the correct field from Netflix_2019 onto the view.
🧩 Tip:
If the field names in the two data sources don’t match exactly, use "Edit Relationships" before replacing to help Tableau map them correctly.
📘 Tableau Reference:
Tableau Docs – Replace Data Source
A Data Analyst would like to receive the draft results of a colleague's Tableau Prep flow to start work on a dashboard before it has been published.
What should the analyst do to accomplish this?
A. On the Tableau Desktop Connect page, under To a File, choose "More ...", and browse for the colleague's .tf file on the local file system.
B. Have the colleague output the results of the flow to a .hyper file. Create a new workbook in Tableau Cloud, choose Files on the Connect to Data page, and upload the .hyper file from the computer.
C. Open Tableau Desktop and make a connection to Tableau Prep, then choose the colleague's flow that the analyst wants to connect to.
D. Have the colleague output the results of the flow to a .hyper file. On the Tableau Desktop Connect page, under To a File, choose "More ...", and browse for the .hyper file on the local file system.
Explanation:
1.Why not A?
The .tf file is the Tableau Prep flow file, not the output data. The analyst needs the processed data, not the flow definition.
Tableau Desktop cannot directly use a .tf file to build dashboards.
2.Why not B?
While uploading a .hyper file to Tableau Cloud is possible, it is unnecessary for the analyst who just needs to start working locally in Tableau Desktop.
This option involves extra steps (uploading to Cloud) when a direct local connection is more efficient.
3.Why not C?
Tableau Desktop cannot directly connect to a Tableau Prep flow unless the flow is published to Tableau Server/Cloud.
The question specifies that the flow is not yet published, so this method won’t work.
4.Why D?
The most efficient way is for the colleague to export the flow results to a .hyper file (Tableau's optimized data format).
The analyst can then connect directly to the .hyper file in Tableau Desktop without needing the flow to be published.
This allows the analyst to start building dashboards immediately while the colleague finalizes the flow.
Key Concepts:
.hyper files are Tableau’s high-performance data extracts, ideal for sharing intermediate results.
Tableau Prep flows must be published to Tableau Server/Cloud for direct access, but exporting to .hyper allows offline collaboration.
Reference:
Tableau Prep Output Options
Connecting to .hyper Files in Tableau Desktop
You want to show the cumulative total of each year for every state.
Which quick table calculation should you use?
A. VTD Growth
B. Running Total
C. Year Over Year Growth
D. YTD Total
Explanation:
If you need to display a cumulative total — meaning each value is added to all previous values within the same year and for each state — Tableau’s Quick Table Calculation → Running Total is the right choice.
Why Running Total works:
It calculates the sum of all previous rows in the order defined by your table’s addressing.
If you partition the calculation by Year and State, it will restart the cumulative sum for each state-year combination.
This is exactly what "cumulative total" means.
Why the other options are incorrect:
A. VTD Growth (Value to Date Growth) — Not a standard Tableau quick table calculation. Possibly confused with “Year to Date” metrics, but this isn’t a default Tableau option.
C. Year Over Year Growth — Compares values from one year to the same period in the previous year; it does not accumulate values.
D. YTD Total — Year-To-Date Total is similar to Running Total but specifically resets at the start of each year and accumulates up to today’s date. If you want this for all data (not limited to the current date) for each year, Running Total is more flexible and accurate.
Reference:
Tableau Help — Quick Table Calculations: Running Total
Tableau Help — Running Total Example
You connect to a database server by using Tableau Prep. The database server has a data role named Role1. You have the following field in the data. You need to apply the Role1 data role to the Material field.
Which two actions should you perform? Choose two.
A. From the More actions menu of Materials, select Valid in the Show values section.
B. For the data type of the Material field, select Custom, and then select Role1.
C. From the More actions menu of Materials, select Group Values, and then select Spelling.
D. From the More actions menu of Materials, filter the selected values.
Page 2 out of 7 Pages |
Salesforce-Tableau-Data-Analyst Practice Test Home |