ISEMPTY Checks if a table is empty.
Syntax
ISEMPTY(table_expression)
Parameters
Table_expression – A table reference or a DAX expression that returns a table.
Return Value
True if the table is empty (has no rows), if else, False.
Reference Data
https://docs.microsoft.com/en-us/dax/dax-function-reference