Effects of attribute relationship settings on calculations
This post is again about attribute relationship. I recently saw a very good presentation by Michael Mukovskiy, a colleague and friend of mine, regarding attribute relationship and its influence on calculated members.
In order to keep things simple, I start with a very simple date dimension having the following attributes and relations:
Let’s assume we also have a measure group “Sales” with a measure “Quantity”. For our cube we also want to display percentage of the sales with respect to the year (eg. January: 10%, February: 12% etc.). In order to do so, we need the quantity per year and for our simple example I just do the computation for this (the percentage can easily computed then).
To do so, we use the following cube script:
Tags: design, attribute relationship