Forum Discussion
gsamaral77
Helper I
4 years agoAccumulated for a large data set
Hello, I hope everybody is okay I need to create a Pareto chart that shows the equipment that fails the most I know the steps to do that, creat de measure that count the fails, ranking, accum...
lbendlin
Super User
4 years agoYou are on the right track. To reduce cardinality you will want to group your data by equipment and then calculate the number of incidents. Use SUMMARIZE or GROUPBY.