Hi,
I have a FACT table with measures like showed above
TotalQuantity Percentage ParcialQuantity
(calculated member)
100 1% 1
200 2% 4
100 3% 3
--------- -------- ----
400 6% (wrong!!) 8
I would like to know how to tell Analysis Services to not aggregate the percentage facts with the defualt SUM function(because it would lead to wrong calculations, as you can see on the table above). Instead I need to calculate the percentage with a formula like Percentage=(ParcialQuantity/TotalQuantity)*100.
Any clue ?
Thank you.
// jcoira
I have a FACT table with measures like showed above
TotalQuantity Percentage ParcialQuantity
(calculated member)
100 1% 1
200 2% 4
100 3% 3
--------- -------- ----
400 6% (wrong!!) 8
I would like to know how to tell Analysis Services to not aggregate the percentage facts with the defualt SUM function(because it would lead to wrong calculations, as you can see on the table above). Instead I need to calculate the percentage with a formula like Percentage=(ParcialQuantity/TotalQuantity)*100.
Any clue ?
Thank you.
// jcoira