Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi There, I'm trying to count projects with multiple columns each containing specific words. I've been using Containsstring in a filter in calculate funtion but over the weekend, this stopped working. What can I do to fix this.
Sample Data:
Project Number Brand Location
1 A, B, C USA, MEX
2 A MEX
3 B, C USA
I had a Brand slicer with A, B, and C and a Location slicer with USA and MEX available. My project count was
= CALCULATE( DistinctCount( Projects[Project Number] ),
FILTER( Projects, CONTAINSSTRING( Projects[Brand], [Select Brand]),
FILTER( Projects, CONTAINSSTRING( Projects[Location], [Select Location]) )
Please help & thanks in advance!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.