The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
20 | |
12 | |
10 | |
7 |