Power BI Counting Failures

0 votes

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.

Apr 5, 2019 in Power BI by Shubham
• 13,490 points
1,356 views

1 answer to this question.

0 votes

Try the following measure:

Count of fails = COUNTROWS(FILTER(Table,[Status]="fail"))
answered Apr 5, 2019 by Upasana
• 8,620 points

Related Questions In Power BI

0 votes
1 answer
0 votes
1 answer

What’s the best approach to monitor Power BI dataset refresh failures programmatically?

Programmatically monitoring Power BI dataset refresh failures ...READ MORE

answered Nov 20, 2024 in Power BI by pooja
• 11,230 points
69 views
0 votes
1 answer

What are the common causes of "Direct Query" mode failures when publishing to Power BI Service?

The following are some of the key ...READ MORE

answered Dec 12, 2024 in Power BI by pooja
• 11,230 points
66 views
+1 vote
1 answer

Unable to install connector for Power Bi and PostgreSQL

I think the problem is not at ...READ MORE

answered Aug 22, 2018 in Power BI by nirvana
• 3,130 points
2,787 views
+3 votes
2 answers

Combine tables in Power BI

You can also achieve this using a ...READ MORE

answered Oct 5, 2018 in Power BI by lina
• 8,220 points

edited Oct 11, 2018 by Kalgi 2,527 views
0 votes
1 answer

Power Bi Dax Table

You need to wrap the numbers in ...READ MORE

answered Oct 5, 2018 in Power BI by Kalgi
• 52,350 points
1,203 views
0 votes
2 answers

Power BI Dax Multiple IF AND Statements

HI I have Column Patient 12 13 14 15 18 IN Patient=12, 13 Out ...READ MORE

answered May 23, 2019 in Power BI by VNK
19,029 views
0 votes
1 answer

Distinct count filtered by condition using Power BI Dax

Try this, it should work: DistinctCountActiveMonths = CALCULATE( ...READ MORE

answered Oct 5, 2018 in Power BI by Kalgi
• 52,350 points
37,740 views
0 votes
1 answer

How can i see my plugin name in the Power BI Visual plugin List ?

there is a couple of errors in your ...READ MORE

answered Nov 8, 2018 in Power BI by Upasana
• 8,620 points
1,478 views
0 votes
1 answer

Error:connecting to Azure SSAS server in Power-BI through Import mode

If I understand correctly, you're connecting to ...READ MORE

answered Nov 9, 2018 in Power BI by Upasana
• 8,620 points
2,707 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP