Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Blank Measure if Unrelated Dim Tables are selected

Hey,    Hoping to get some thoughts on whether it is possible to error out a measure which dim from an unrelated table is selected? See below what i'm currently trying to impliment:   A Measure w...
  • Idrissshatila's avatar
    Idrissshatila
    2 years ago

    Hello Anonymous ,

     

    yes you can do inverse it like this
    if(isfiltered(DimTable[field]) , yourmeasure,blank)

    so you put the blank if non of the filters you want to filter with is selected.