Percentage of Another Column

I have a table with data below, I wish to calculate (Completed/Total Task)*100

I am currently using two Calculations to achieve this , Divide by Column Total Task & then Multiple by Constant 100 . Is there another way to achieve this ?

@prashant ,

You can do that as follows.

Transform file.
Percentage.transform (1.6 KB)

2 Likes

Thank You , Appreciated @Anonymous :smiley: