Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
UK_User123456
Resolver I
Resolver I

Count rows based on text

Hi All,

 

I have tried to use the following meausre to output the number of times the word "Faulty" appears in a column within my table but have probly used the wrong type of measure to do this, if anyone can help or point me in the right direction?

 

Total Faulty =

calculate (

COUNT('FaultyTbl'[Faulty/Non Faulty] ),

'FaultyTbl'[Faulty]="Faulty"

)
 
My table looks like the following:
 
Product IDFaulty/Non Faulty
1Faulty
2Non-Faulty
3Non-Faulty
4Faulty
5Faulty
6Faulty
7Faulty
8Non-Faulty
9Faulty
10Faulty

 

TIA

1 ACCEPTED SOLUTION
Tahreem24
Super User
Super User

HI @UK_User123456,

 

I tried to  replicate your query so got expected result. Please see the below screen shot attached.

As per my observation there is some changes required in your formula.  The green font changes should be done at your end. As you are using some different column for filtering. As per your data there are only 2 columns Product ID and Faulty/Non-Faulty.

 

Total Faulty =

 

calculate (

 

COUNT('FaultyTbl'[Faulty/Non Faulty] ),

 

'FaultyTbl'[Faulty/Non Faulty]="Faulty"

 

)

 

 

Faulty.JPG Please give Kudos to this effort and mark it as a solution if it helps you!

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard

View solution in original post

1 REPLY 1
Tahreem24
Super User
Super User

HI @UK_User123456,

 

I tried to  replicate your query so got expected result. Please see the below screen shot attached.

As per my observation there is some changes required in your formula.  The green font changes should be done at your end. As you are using some different column for filtering. As per your data there are only 2 columns Product ID and Faulty/Non-Faulty.

 

Total Faulty =

 

calculate (

 

COUNT('FaultyTbl'[Faulty/Non Faulty] ),

 

'FaultyTbl'[Faulty/Non Faulty]="Faulty"

 

)

 

 

Faulty.JPG Please give Kudos to this effort and mark it as a solution if it helps you!

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.