![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a cube which has multiple fact tables, with different granularity. One of the fact tables is Price, which is by Product, Geography and Time, but for example does not have Customer (as the other fact tables). Everything works fine, I can display data from all fact tables. But I don't want the Prices to be aggregated in any of the dimenions/hierarchies. I want the Price to be displayed, just at the lowest level of each dimension. I changed the "Aggregation Function" property for the Meausure Price to be "None", but after I do that, the data is not available in any level of my hierarchies, including the lowest level. I checked some books, searched online, but no luck. It seems that I'm doing the right thing, but it is not working. What am I doing wrong? If I set the "Aggregate Function" property to be "SUM" (it's the default), I can see the right data in the lowest level, but also the aggregated data in higher levels. Which I don't want.. Please help!!!! Thanks. Ercilia |
#3
| |||
| |||
|
|
Here is a thought: Can you define Price as an attribute (property) of Product? Instead of having it defined as a measure, since you don't want to aggregate it, can you define it as an attribute and property of let's say, the product dimension? SHW "Sampa2870" wrote: I have a cube which has multiple fact tables, with different granularity. One of the fact tables is Price, which is by Product, Geography and Time, but for example does not have Customer (as the other fact tables). Everything works fine, I can display data from all fact tables. But I don't want the Prices to be aggregated in any of the dimenions/hierarchies. I want the Price to be displayed, just at the lowest level of each dimension. I changed the "Aggregation Function" property for the Meausure Price to be "None", but after I do that, the data is not available in any level of my hierarchies, including the lowest level. I checked some books, searched online, but no luck. It seems that I'm doing the right thing, but it is not working. What am I doing wrong? If I set the "Aggregate Function" property to be "SUM" (it's the default), I can see the right data in the lowest level, but also the aggregated data in higher levels. Which I don't want.. Please help!!!! Thanks. Ercilia |
#4
| |||
| |||
|
|
I have a cube which has multiple fact tables, with different granularity. One of the fact tables is Price, which is by Product, Geography and Time, but for example does not have Customer (as the other fact tables). Everything works fine, I can display data from all fact tables. But I don't want the Prices to be aggregated in any of the dimenions/hierarchies. I want the Price to be displayed, just at the lowest level of each dimension. I changed the "Aggregation Function" property for the Meausure Price to be "None", but after I do that, the data is not available in any level of my hierarchies, including the lowest level. I checked some books, searched online, but no luck. It seems that I'm doing the right thing, but it is not working. What am I doing wrong? If I set the "Aggregate Function" property to be "SUM" (it's the default), I can see the right data in the lowest level, but also the aggregated data in higher levels. Which I don't want.. Please help!!!! Thanks. Ercilia |
#5
| |||
| |||
|
|
We have the same issue here with a value that was only meaningful on certain level. On the day level it made sense, but on a monthly level it didn't. It only confused and mislead the users when they saw it on the monthly level. There is a property for MeasureExpression. I'm guessing some MDX would give you what you're looking for and most likely the IsLeaf function. Try this: http://www.databasejournal.com/featu...le.php/3633696 "Sampa2870" <Sampa2870 (AT) discussions (DOT) microsoft.com> wrote in message news:03AFCEFB-8377-4B3D-84D2-E92CDBAC1671 (AT) microsoft (DOT) com... I have a cube which has multiple fact tables, with different granularity. One of the fact tables is Price, which is by Product, Geography and Time, but for example does not have Customer (as the other fact tables). Everything works fine, I can display data from all fact tables. But I don't want the Prices to be aggregated in any of the dimenions/hierarchies. I want the Price to be displayed, just at the lowest level of each dimension. I changed the "Aggregation Function" property for the Meausure Price tobe "None", but after I do that, the data is not available in any level of my hierarchies, including the lowest level. I checked some books, searched online, but no luck. It seems that I'm doing the right thing, but it is not working. What am I doing wrong? If I set the "Aggregate Function" property to be "SUM" (it's the default), I can see the right data in the lowest level, but also the aggregated data in higher levels. Which I don't want.. Please help!!!! Thanks. Ercilia |
![]() |
| Thread Tools | |
| Display Modes | |
| |