Forum Discussion

sprasad's avatar
sprasad
Helper II
7 years ago
Solved

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...
  • PattemManohar's avatar
    PattemManohar
    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]))