Forum Discussion

akhaliq7's avatar
akhaliq7
Icon for Post Prodigy rankPost Prodigy
3 years ago
Solved

Cannot remove a null from my matrix using measure with not isblank text field

I am using a measure and filtering on a text field using the followinf measure:   MeasureName = CALCULATE(     COUNT('Table'[COLUMN1]),     NOT(ISBLANK('Table'[COLUMN2])) )   COLUMN2 is a t...
  • KeyurPatel14's avatar
    3 years ago

    Hello akhaliq7 ,
    Can you please check the "Show data with no value" option?