Forum Discussion
Top 3 Average Sales mix
- 6 months ago
Hi GQ00 - your logic is correct conceptually, but the measures are being evaluated at Area Manager / Product Manager levels, not strictly at Store level.
Top3 Mix =
AVERAGEX(
TOPN(
3,
ALLSELECTED(Store[Store]),
[Mix %],
DESC
),
CALCULATE([Mix %])
)use the above, ensures ranking happens only by Store, try the above logic,
Hope this give the right result and check , still if any pls shae some sample data to test it.
Hi GQ00 - your logic is correct conceptually, but the measures are being evaluated at Area Manager / Product Manager levels, not strictly at Store level.
Top3 Mix =
AVERAGEX(
TOPN(
3,
ALLSELECTED(Store[Store]),
[Mix %],
DESC
),
CALCULATE([Mix %])
)
use the above, ensures ranking happens only by Store, try the above logic,
Hope this give the right result and check , still if any pls shae some sample data to test it.
- GQ006 months ago
Helper III
edited
- v-karpurapud6 months ago
Community Support
Hi GQ00
We have not received an update from you for some time. To assist you in resolving the issue, we kindly request that you provide the necessary details. Once we have this information, we will be able to address your concern effectively.
Thank you.- v-karpurapud6 months ago
Community Support
Hi GQ00
It's been a while since we last heard from you. We are ready to assist you with resolving the issue, but we need the necessary details from you. Kindly share the information required so we can better understand and address your issue.
Thank You.