Hi, I think you can achieve in this way: - create a list "Step" with the elements "Step 1, Step 2, Step 3, Step 4, Step 5" and the Top Level Item "Total Steps" - Create a module by Step list, Users list - Create a boolean line item "Completed?" where the user checks the completion of each step - Create a numeric line item "Completed Steps" with the summary option active (Sum) with the formula "IF Completed? THEN 1 ELSE 0" - Create a numeric line item "Not Completed Steps" with the summary option active (Sum) with the formula "IF Completed? THEN 0 ELSE 1" - Pivot line items in Rows (Show only the two numeric line items), Step list in Columns (Show only the Top Level Item "Total Steps", Users in page and create the Pie Chart. Hope this helps! Regards, Antonio Di Lieto
... View more