I am trying to develop a dashboard in Power BI. What I am trying, is to come up with a way through which I can indicate or count the number of failures in the following columns:
    **Status**      Column2      Column3    Column4
    success         data         numbers    email
    success         data         facts      email
    fail            data         figures    email
    success         moredata     science    email
    success         somuchdata   magic      email
    success         stuff        etc        email
    success         things       etc        email
The objective is to be able to show whether or not I have any failures in a particular column. If I do, I want to be able to drill down to that row and pull up the email pertaining to that particular row.