DRAG DROP
You are designing a SQL Server Analysis Services (SSAS) data model on a very large data
warehouse.
The fact tables in the data warehouse contain terabytes of data in tens of billions of rows.
You must support the following features:
Complex attribute/column relationships
Advanced calculations in the data model definition
Advanced calculations using logic deployed in a custom assembly
You need to choose the correct SSAS design strategy.
What should you do?
To answer, drag the appropriate term or terms to the correct location or locations in the
answer area. (Answer choices may be used once, more than once, or not all.)
You need to choose the correct SSAS design strategy
DRAG DROP
You are designing a SQL Server Analysis Services (SSAS) data model on a very large data
warehouse.
The fact tables in the data warehouse contain terabytes of data in tens of billions of rows.
You must support the following features:
Complex attribute/column relationships
Advanced calculations in the data model definition
Advanced calculations using logic deployed in a custom assembly
You need to choose the correct SSAS design strategy.
What should you do?
To answer, drag the appropriate term or terms to the correct location or locations in the
answer area. (Answer choices may be used once, more than once, or not all.)
Last box should be C#.
Question says: Advanced calculations using logic deployed in a custom assembly
Reference: https://msdn.microsoft.com/en-us/library/ms175398.aspx
Dude, in your link, it says you can use MDX Expressions to call functions from a custom assembly, so your answer is incorrect. See this:
https://msdn.microsoft.com/en-us/library/ms145486(v=sql.110).aspx
My vote goes for MDX for last box.
It sounds to me logic is there in assembly, all we need is to use MDX to use them.