Hello.
In my SQL Database I have created some Views for each of my wanted Dimensions. The views (different Values!) look like:
Parent | CHILD | UnaryOperator
xxxx yyyy +
yyyy | dddd | -
............................
When I now create one dimension(set attribute for unaryOperatorColumn,...) in my Analysis Services everytthing works fine. The Measure is calculated correctly by the unary operators.
But if I create another dimension (based on another View!) and create the Cube the measure for both dimensions are wrong.
Is it my fault or isn`t possible?
Please help, thanks :)