Hi
We have a fact table contains 5 dimension keys and one measure.The measure is having value as 1for all records and it will always be 1.Total records in this fact table are 2316.
we processed cube successfully.
Problem : While viewing data in cube browser the measure count is aggregating.We want all the records for the measure is 1. But its showing aggregate values as 1, 2 6..
Thanks
karumuru
Try connecting from Excel or some other tools you have, to the cube.
Also, If you are using the default measure " Fact Count", it will aggregate, as it is a Count.
You can specify another measure and fill it with value 1 (this is just for testing, this is not a good practice), and specify the aggregateFunction property of the measure to DistinctCount.
(I hope you are aware of the Factless fact table concept)
Regards,
Jiju
|||
Jiju
yes, Our one measure is a factless fact and had value 1. This measure aggregation property we set to distinct count and count tried all. but its aggregating and we could not get 2316 rows
Thanks
Sridhar K
No comments:
Post a Comment