Want to pass your Looker Business Analyst LOOKER-BUSINESS-ANALYST exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
An analyst needs to analyze the ecommerce quarter-over-quarter order growth. Two fields are given: Order Created Quarter and Order Count.
Which table calculation function should the analyst use to calculate the quarter-over-quarter order growth?
A. pivot_offset()
B. lookup()
C. offset_list()
D. offset()
The query below shows how many uses purchased an item from each of two clothing departments.
Why are the total and sum of the rows unequal?
A. There is a filter limiting the count in the Total row.
B. There is a faulty logic in the way users relate to clothing departments.
C. A user is only counted once in the total even if the user has purchased from both departments.
D. There are users who have never purchased a clothing item from either department.
An analyst is trying to rank companies in an Explore and visualize the rank as a column chart. The analyst selects the Brand Name dimension and the Rank dimension. They then select the column chart visualization type, but receive the error "Measure, time or numeric field required: Column graphs require at least one dimension or for the first dimension field to be of type: number or type: time".
How can the analyst resolve this error while showing the rank as a column visualization?
A. Pivot the Explore by the Brand Name dimension.
B. Select a measure to include in the Explore, then create a table calculation that multiplies the dimension by 1.0 using the syntax ${dimension}*1.0. Then hide the measure from the Explore.
C. Pivot the Explore by brand Rank.
D. Select a measure to include in the Explore, then create a table calculation that adds the Rank dimension to the measure multiplied by zero using the syntax ${dimension} + (${measure}*0). Then hide the measure from the Explore.