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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Anonymous
Not applicable

Count Non Specific Rows

Hi 

 

I am looking to understand how i can count the number of rows in a column where the string value does not fully match but contains the string specified in the function.

 

For example, this is one of the cells in my dataset. ["TEN010 - Postcode","TEN008 - Address 5","TEN002 - Name"]. If i wanted to count the row if it contained the word "Postcode" in it, how would i go about doing this as the cell does have the word postcode in it, but it's only a small part of the entrie cell? 

 

Any advice will be greatly appreciated.

 

Many thanks 

 

Nathan

1 ACCEPTED SOLUTION
harshnathani
Community Champion
Community Champion

HI @Anonymous ,

 

Try creating a measure

 

Contains Postcode = COUNTAX(FILTER('Table', CONTAINSSTRING('Table'[Text], "Postcode")),'Table'[Text])
 
1.jpg
 
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)

View solution in original post

3 REPLIES 3
harshnathani
Community Champion
Community Champion

HI @Anonymous ,

 

Try creating a measure

 

Contains Postcode = COUNTAX(FILTER('Table', CONTAINSSTRING('Table'[Text], "Postcode")),'Table'[Text])
 
1.jpg
 
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Anonymous
Not applicable

Thank you @harshnathani, This worked well!!

 

amitchandak
Super User
Super User

@Anonymous , Not very clear , you can use search or contains string

Example of column

if(search("Postcode",Table[column1],1,0)>0,1,0)
if(CONTAINSSTRING(Table[column1],"Postcode"),1,0)


Refer : https://www.poweredsolutions.co/2019/03/26/fuzzy-matching-in-power-bi-power-query/

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.