You need to create a measure to report on year-over-year growth of profit

You are developing a SQL Server Analysis Services (SSAS) tabular project. A model defines
a measure named Profit and includes a table named Date. The table includes year,
semester, quarter, month, and date columns. The Date column is of data type Date. The
table contains a set of contiguous dates.
You need to create a measure to report on year-over-year growth of profit.
What should you do? (Each answer presents a complete solution. Choose all that apply.)

You are developing a SQL Server Analysis Services (SSAS) tabular project. A model defines
a measure named Profit and includes a table named Date. The table includes year,
semester, quarter, month, and date columns. The Date column is of data type Date. The
table contains a set of contiguous dates.
You need to create a measure to report on year-over-year growth of profit.
What should you do? (Each answer presents a complete solution. Choose all that apply.)

A.
Option A

B.
Option B

C.
Option C

D.
Option D



Leave a Reply 7

Your email address will not be published. Required fields are marked *


Sherry

Sherry

BC

Dim

Dim

B not working at day level.
A could be correct is we add [Profit]-….
C is correct.
D as per my knowledge there is no BI wizard in Tabular

Ralph

Ralph

PARALLELPERIOD not working on day period is not a problem here.
We need to implement year-over-year measure, so: B & C

HR_OS_B

HR_OS_B

there is now business intelligence wizard in tabular?

Dim

Dim

I dont think so.

Andres

Andres

In tabular models, although there is no wizard to create time intelligence calculations, you can manually create calculations by creating DAX formulas that leverage a variety of functions including TOTALMTD and TOTALYTD as well as SAMEPERIODSLASTYEAR. The key thing here to remember is that the table used for your date dimension must be set as a “date” table for the DAX date functions to work properly.

http://falconteksolutionscentral.com/?p=865