March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
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
Solved! Go to Solution.
HI @Anonymous ,
Try creating a measure
HI @Anonymous ,
Try creating a measure
@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/
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |