Data Architect Question:

Please explain semi Additive Measures?

Tweet Share WhatsApp

Answer:

Semi-additive measures are those where only a subset of aggregation function can be applied. Let’s say account balance. A sum() function on balance does not give a useful result but max() or min() balance might be useful. Consider price rate or currency rate. Sum is meaningless on rate; however, average function might be useful.

Download Data Architect PDF Read All 41 Data Architect Questions
Previous QuestionNext Question
Please explain what is dimensional modeling?Explain me what do you understand by dimension and attribute?