Forum Discussion

UNIheve's avatar
UNIheve
Frequent Visitor
2 years ago
Solved

DAX query error handling

Hi Is it possible to error handle a case, where the measure [b] doesnt exist in the model?   DEFINE VAR a = [b] EVALUATE {a}   Greg_Deckler