You want to create a star schema using a calculation view. The measures are based on columns from two transaction tables. DIMENSION calculation views provide the attributes.What is the correct approach?
In your calculation view, you want to consume a custom data source defined using SQLScript.In which type of object do you write your code?
You set the Null Handling property for an attribute but do not set a default value.What is displayed when null values are found in a column of data type NVARCHAR?
What are possible consequences of unfolding?Note: There are 2 correct answers to this question.