DAX error: A function ‘XXXX’ has been used in a True/False expression that is used as a table filter…
The error is caused by using a TRUE/FALSE expression, something that evaluates to TRUE or FALSE, to filter the table in a way that CALCULATE or CALCULATETABLE doesn’t support. So the error is saying y…