Hello, I am new to modern dashboards. I just created my first donut chart. However, I would like to have the status contain a link that shows the drop down of detailsURL. Right now for example it says 1 down, i want to hover on that 1 down and it shows me the detailsURL dropdown that can take me to the app insight dashboard all on the same donut chart widget,

Select COUNT(1) AS Count_Items ,n.Status FROM Orion.APM.ActiveDirectory.Application n WHERE DomainName LIKE '%mydomainname%' GROUP BY n.Status