Forum Discussion
camruny
10 years agoNew Member
Counting Strings with Wildcard
I have a table that has a list of URLs and I would like to create a count of all of the ones that end in .com, .org, .gov etc. How can I write a formula that will do this?
- Anonymous10 years ago
Hi camruny,
Adding to other post, you can simply create a measure using CALCULATE and COUNTROWS functions to create a count of all of the ones that end in .com, .org, .gov . Here is an example for your reference.
Thanks,
Lydia Zhang
Anonymous
10 years agoNot applicable
Hi camruny,
Adding to other post, you can simply create a measure using CALCULATE and COUNTROWS functions to create a count of all of the ones that end in .com, .org, .gov . Here is an example for your reference.
Thanks,
Lydia Zhang
camruny
10 years agoNew Member
Thank you! This is exactly what I was looking for!