Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

DAX help with BLANK detection

Hi,    My dataset often has some BLANK fields when going back in time, I need a DAX condition to detect BLANK fields in my dataset. I don't want to remove them i just need the conditon to integrat...
  • amitchandak's avatar
    5 years ago

    Anonymous , Try like

     

    ISBLANK(CALCULATE([mesure], filter(date, date[date] = MIN(date[date]))))