AND Checks whether both arguments are TRUE, and returns TRUE if both arguments are TRUE. Otherwise returns false.
Syntax
AND(logical1,logical2)
Parameters
Logical_1, logical_2 – The logical values you want to test.
Return Value
Returns true or false depending on the combination of values that you test.
Reference Data
https://docs.microsoft.com/en-us/dax/dax-function-reference