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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hello - I am needing assistance with a dax calculate w/filter measure for excluding rows with a certain phrase.
The below measure appears to be working, excluding those rows not matching "Labor Cost Allocation Offset".
Solved! Go to Solution.
You may try using CONTAINSSTRING.
Thank you - yes, I had tried that and am sure that is the answer to my question. I was having trouble with the multiple conditions using the "or" operator and the "||" operator. I ended up changing things in the PowerQuery to make this work. But, I will keep this in mind, as i am sure this will come up again.
Thank you!
You may try using CONTAINSSTRING.
Thank you - yes, I had tried that and am sure that is the answer to my question. I was having trouble with the multiple conditions using the "or" operator and the "||" operator. I ended up changing things in the PowerQuery to make this work. But, I will keep this in mind, as i am sure this will come up again.
Thank you!