Do you want a SQL query? If so, you can use something like this and import into SSRS Report Builder and create dashboards from there.
Select Softwarename,CollectionName,Collectionid,ds.DeploymentTime,NumberSuccess,NumberInProgress,NumberErrors,NumberUnknown,NumberTotal
from v_DeploymentSummary DS
where softwarename <> ' '
group by SoftwareName, collectionname,DeploymentTime,NumberSuccess,NumberInProgress,NumberErrors,NumberUnknown,NumberTotal,Collectionid