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
Hello everyone,
for one string filter the following works:
Solved! Go to Solution.
Hii,
Does this work?
NewColumn = CALCULATE(DISTINCTCOUNT(table[ID]),FILTER(table,CONTAINSSTRING(table[OPTIONS],"String01")||CONTAINSSTRING(table[OPTIONS],"String02")))
Hope this helps.
Hii,
Does this work?
NewColumn = CALCULATE(DISTINCTCOUNT(table[ID]),FILTER(table,CONTAINSSTRING(table[OPTIONS],"String01")||CONTAINSSTRING(table[OPTIONS],"String02")))
Hope this helps.
Hi @KPME
For the second column use AND (&&), OR (||) operator insted of "+" sign based on your requirement
If this post helps, then please consider Accept it as the solution, Appreciate your Kudos!!
Hey! this doesn't result in any errors, however it does result in an error in the visual which I can't explain 😞
may be you can provide sameple data without sensitive information so i can able to support you further.