Hi,
In the attached workflow, I have created a summarize function which groupsby "BranchNumber", "PositionStatus" and counts the "PositionStatus" to display below:

Now, I want to be able to do the following: for each branch number, calculate Inactive Count / Total count of branch number
- For 10001: 1 (inactive) / 5 (total 10001 record) = 20%
- For 10002: 2 (inactive) / 5 (total 10002 record) = 40%
After getting this, I want to then create a table like following:

Please let me know the best way possible, thank you for the help