You are developing a SQL Server Analysis Services (SSAS) tabular project. A model defines
a measure named Revenue 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 revenue.
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
http://www.200-120exam.com/wp-content/uploads/2015/02/clip_image00217.jpg
C and D
Where i can launch Business Inteligence Wizard in Tabular Model?
A- correct
B- correct if you add [Revenue]-calculate…
C-?
D-Wrong -not working at day level cause parellelperiod brings all days at month level.
Specify Mark as Date Table for use with Time Intelligence (SSAS Tabular)
https://msdn.microsoft.com/en-us/library/hh758415.aspx
For me, A and D are correct.
IT is A,C and D. Confirmed.
It is A & D only.
There is no wizard for defining time intelligence in Tabular Models.
You are simply marking as a date table. as per link Briquet’s reply
The Business Intelligence Wizard for Multidimensional only.
I agree A & D
A&D:
PARALLELPERIOD in DAX:
PARALLELPERIOD(,,)
https://msdn.microsoft.com/en-us/library/ee634873.aspx