Forum Discussion
Anonymous
6 years agoNot applicable
What does <> mean?
Someone in a reply had used the symbol <>? What is this symbol called? I used it in the following Measure: Total Spend No Acruals = CALCULATE(SUM(FactInvoiceHeader[Invoice Net Amount]), FactInv...
- 6 years ago
Anonymous
it is not equal, yes.
the same syntax as in SQL.
"NOT IN ()" is also possible
- 6 years ago
Anonymous ,
<> Not equal to
In is [A] in {1,2,4}
or
[A] in {"1","2","3"}
not in should work like
not([A] in {1,2,4})
or
not([A] in {"1","2","3"})
az38
Community Champion
6 years agoAnonymous
it is not equal, yes.
the same syntax as in SQL.
"NOT IN ()" is also possible