Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
12 | |
12 | |
10 | |
9 | |
9 |