Forum Discussion

pm_barnardos's avatar
pm_barnardos
Frequent Visitor
7 years ago
Solved

Response Rate

Hey there,   I'm very new to Power BI, so I'm sure this is simple however I can't work it out. I need to make a simple response rate calculation column whereby I'm dividing the count of donors by t...
  • Anonymous's avatar
    Anonymous
    7 years ago

    Ah shoot, sorry. Force of habit! (I use variations of the formula I gave you a lot). Just remove the -1

    Response Rate = DIVIDE(COUNTA(Spring18[Donors]),AVERAGE(Spring18[Number Solicited]),0)