Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
This must be a super easy one for someone to answer. 🙂
I've got a large column with 100,000 account names. I want to count the number of names that contain "RNAB". I've tried so many DAX options but i always get a syntex error. Please help, this easy ask is driving me crazy... 🙂
Solved! Go to Solution.
Hi @sharpedogs
try a measure
Measure = CALCULATE(COUNTROWS('Table');ALL('Table');CONTAINSSTRING('Table'[Column];"RNAB"))
do not hesitate to give a kudo to useful posts and mark solutions as solution
Hi @sharpedogs
try a measure
Measure = CALCULATE(COUNTROWS('Table');ALL('Table');CONTAINSSTRING('Table'[Column];"RNAB"))
do not hesitate to give a kudo to useful posts and mark solutions as solution
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |