Creating a custom metric with 2 measures

I need to Create a custom metric of  errors per hundred total requests to see how it is performing. Errors and count of total request are both measures. What is the best way of doing this?

0 1 264
1 REPLY 1

Create another measure of type: number

($(errors} * 100) / ${requests}

Top Labels in this Space
Top Solution Authors