Forum Discussion
peoplehelpme
3 years agoHelper I
How to modify pareto chart
I want my pareto to be like this
but my chart is like this
can anyone help me please
2 Replies
- lbendlinSuper User
Change your secondary Y axis to start at 0.
- grim07181208New Member
Try these steps:
Ranking - RANKX(ALLSELECTED(Column), [Count])Cumulative Count = CALCULATE([Count], TOPN([Ranking], All(Column]), [Count]))Cumulative % = DIVIDE([Cumulative Count], CALCULATE([Count], ALL(Column])))