I have a product dimension with levels product group and product code.
I have a measure called quantity and a measure called price.
A calculated measure = quantity * price called value
on produccode level this works fine however on product group level it is calculated as sum(quantity) / sum(price) giving incorrect results.
Does anyone know how to solve this
I have a measure called quantity and a measure called price.
A calculated measure = quantity * price called value
on produccode level this works fine however on product group level it is calculated as sum(quantity) / sum(price) giving incorrect results.
Does anyone know how to solve this