CONTAINSSTRINGEXACT is a DAX function that returns TRUE if one text string contains another text string, and it is case-sensitive.
Syntax
CONTAINSSTRINGEXACT(
WithinText,
FindText
)
Argument | Properties | Description |
---|---|---|
WithinText | The text in which you want to search for FindText. | |
FindText | The text you want to find. Wildcard characters are not allowed. |