Istio fallback service along with circuit breaker

I have Istio installed inside Kubernetes Cluster and acting as a service mesh for the services deployed inside the cluster
I’m adding a destination rule at Istio with circuit breaker options which works as expected. I want to add another rule for Istio to redirect the traffic to another fallback service when the circuit breaker is open. How can i do that in the destination rule. is it possible?