Forum Discussion
sprasad
7 years agoHelper II
Working with Custom Column
Hi, 1. I am trying to prepare a bug metrics to check the %age of bug has been fixed till now: %age of Bug fixed is = Total no of Bugs in Closed State/ (Total bugs in Closed State+Total bugs i...
- 7 years ago
sprasad After performing the steps posted above, then create a new table as below
Test187Final = SUMMARIZE(Test187,Test187[Project],"Custom",MAX(Test187[Custom]))
sprasad
7 years agoHelper II
Thanks Manohar, It is working correctly. Can we display the %age calculated in Custom column in a single row for each project?
PattemManohar
7 years agoCommunity Champion
sprasad After performing the steps posted above, then create a new table as below
Test187Final = SUMMARIZE(Test187,Test187[Project],"Custom",MAX(Test187[Custom]))