Fuse+ does not automatically create reports in this exact format, but it is possible to create this with a combination of the outbound logs, the result URL, and the post-call webservice.
Under Deployments (
https://fuse.plumvoice.com/deploy ), click on the outbound icon for your application. You can look at completed call data and filter for a specific timespan. You can calculate "Outbound IVR call date(s)" and "Reach rate (% picked up)" from there. Or, you could also rely on the outbound result URL to collect and store that data in your database.
For all the other columns, you will need to use a post-call webservice to keep track of specific points in your application. After each call, you'll send that call's data to your post-call webservice where you will be responsible for storing that data in your database.