Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Which syntax should a Data Analyst use to find the first purchase date per customer when Customer is not in the view?

A.

{ FIXED [Customer ID] : MIN([Purchase Date]) }

B.

MIN([Purchase Date])

C.

[Customer ID] : { [Purchase Date] }

D.

[Customer ID] : MIN([Purchase Date])

How are the colors configured for the map?

A.

A sequential color gradient

B.

A diverging color palette that has five stepped colors

C.

A diverging color palette that has six stepped colors

D.

A single color gradient

You have the following dashboard.

From the context menu of Sales over time, select Ignore Actions.

Several Lays later, you decide that you want to filter both Sales over time and Detail table by selecting a data point on the map.

What should you do?

A.

From the context menu of Sales over lime, select Filters and then select Enable Auto Update.

B.

From the context menu of Profits by state, deselect Use as Filter and then select Use as Filter.

C.

From the context menu of Detail table, select Ignore Actions.

D.

From the context menu of Sales over time, select Use as Filter and then deselect Use as Filter

You have a data source that contains the following columns.

You have the following view that shows the percentage of total sales by category:

You want to change the calculation to show the percentage of total sales within the categories of every region annually. Which Compute Using option should you use? (Click the appropriate Option in the Answer Area.)

You have two data sources that use the same schema One data source contains order data from 2019 and the other data source contains order data from 2020.

You have a worksheet that shows the orders from 2019.

You need to configure the worksheet to show the orders from 2020 without reloading the data.

Which option should you select?

You have the following dataset.

Which formula calculates the percent difference in sales relative to the same quarter the previous year as shown in the Calculation field?

A.

(SUM ([Sales]) - LOOKUP (SUM ( [Sales]), -4))

B.

(SUM ([Sales]) - LOOKUP (SUM ([Sales]), -4) ) / (LOOKUP (SUM ([Sales]), -4) )

C.

(SUM([Sales]) / (LOOKUP (SUM ([Sales]), -4))

D.

(ZN (SUM ([Sales]) ) - LOOKUP (ZN (SUM ([Sales]) ), -4) )

You have a large data source that contains more than 10 million rows. Users can filter the rows by a field named Animal.

The following is a sample of the data.

You want to improve the performance of the views by including only animals of a particular type.

To which filter should you add the Type field on the worksheet?

A.

Dimension filler

B.

Table calculation filter

C.

Context filter

D.

Measure filter

You have the following dataset.

You want to create a new calculated dimension field named Category that meets the following conditions:

. When Subject is Computer Science or Science, Category must be Sciences.

. When Subject is English or Social Studies, Category must be Humanities.

Which two logical functions achieve the goal? Choose two.

A.

IF [Subject]- 'Science' THEN 'Sciences'

ELSEIF [Subject]='English' THEN 'Humanities'

ELSEIF [Subject]-'Social Studies' THEN 'Humanities'

ELSEIF [Subject]= 'Computer Science' THEN 'Sciences'

END

B.

IIF(( CONTAINS ([Subject], 'Science') = TRUE) , 'Humanities', 'Sciences')

C.

IF ENDSWITH ( [Subject], 'Computer Science') THEN 'Sciences' ELSE 'Humanities' END

D.

CASE [Subject]

WHEN 'Computer Science' THEN 'Sciences'

WHEN 'Science' THEN 'Sciences'

WHEN 'English' THEN 'Humanities'

WHEN 'Social Studies' THEN 'Humanities'

End

A Data Analyst needs to calculate the first Tuesday of each month in the data.

Which set of functions should the analyst use to perform this calculation?

A.

DATETRUNC, DATEADD

B.

DATEADD, DATENAME

C.

DATETRUNC, DATEPART

D.

DATEDIFF, DATEPART

You create the following story that contains two story point.

You want to change the story point format to show the current story point number out of the total number of story points.

Which Layout option should you use?

A.

Dots

B.

Arrows only

C.

Caption boxes

D.

Numbers