hi all,
I am trying to get the failure rate percentage for each week, when I added the calculated field into my pivot table, it is not returning any data and just showing a blank, not sure what is wrong here.
current calculated field formula:
countIf(status, status = ‘broken’)/(countIf(status, status = ‘broken’)+countIf(status, status = ‘working’))