The below dax query throws the error "argument '2' in IF function is required. But quite new to dax and not sure where the error is (which is the argument 2 in IF?) and if you can help please;
Is Created = IF(
ISBLANK('Model Metrics'[Create Measure],
BLANK(),
IF(
[Create Status] >= 1,
1,
0 ) )
Is Created = IF(
ISBLANK('Model Metrics'[Create Measure],
BLANK(),
IF(
[Create Status] >= 1,
1,
0 ) )