Forum Discussion
Prasad1
8 years agoHelper I
Using Cumulative Sales Total, Cumulative % values
Hi I have Product Code, Sales Volume Privot report with Sales volumes posted against each SKU across 12 months till Last month. I have to generate running totals at Product code level, calculate ...
- 8 years ago
And here is the measure for Cumulative %age
Cumulative_%age = CumulativeBI[Cumulative_Total] / CALCULATE ( SUM ( CumulativeBI[Sales Volume] ), ALL ( CumulativeBI[Product Code] ) )
Zubair_Muhammad
8 years agoCommunity Champion
And here is the measure for Cumulative %age
Cumulative_%age =
CumulativeBI[Cumulative_Total]
/ CALCULATE (
SUM ( CumulativeBI[Sales Volume] ),
ALL ( CumulativeBI[Product Code] )
)Prasad1
8 years agoHelper I
Hi Zubair Muhammad
Brilliant Solution. Yes. It worked beautifully.
Thank you very much for your help.
Regards
Prasad