QSBA2018 Exam QuestionsBrowse all questions from this exam

QSBA2018 Exam - Question 27


A business analyst must create an interactive table to analyze sales performance for the selected year and the previous year.

Which are the correct expressions to meet this requirement?

A.

B.

C.

D.

Show Answer
Correct Answer:

The correct expressions to create an interactive table to analyze sales performance for the selected year and the previous year should use set analysis in a way that correctly references the selected year and the previous year dynamically. Option B uses the correct syntax for set analysis, ensuring that the year is dynamically evaluated. Specifically, it utilizes $(=Year) for the selected year and $(=Year - 1) for the previous year, which is appropriate for this requirement. Therefore, Option B is the correct choice.

Discussion

1 comment
Sign in to comment
turchinad
Oct 5, 2023

I think it's A, but the "" are missing. sum({$<year={"$(=only(year)-1)"}>}sales)