Forum Discussion
Calculating the submittance rate
- 9 years ago
Hi Matthias93,
I i don't think you can get the response rate for each month, since if the submitted is blank, Power bi cannot determine which month this record belog to. So we can only get the over all response rate.
If each id-check-in belog to a month, then you can get the response rate for each month.
ResponseRate = CALCULATE(COUNTA('Check-in'[Submitted]),ALLEXCEPT('Check-in','Check-in'[Month]))/CALCULATE(COUNTA('Check-in'[Id-check-in]),ALLEXCEPT('Check-in','Check-in'[Month]))
Regards,
Charlie Liao
- Matthias939 years ago
Helper III
This is very close to what I want, I'm quite a beginner with Power BI. Is this the right measure? (my table is called Check-in.)
Response rate = COUNT(Check-in [Submitted])/COUNT(Check-in[Id-check-in]). This gives me a 'token literal expected' error.
Thanks for helping!
Matt
- Vvelarde9 years ago
Community Champion
- Matthias939 years ago
Helper III