Forum Discussion

AdamMetz23's avatar
AdamMetz23
Advocate I
1 year ago
Solved

Date Slicer Filter Issue

Dear Community,   May I ask for help as I run into the following issue. I have created a date table by using the following DAX formula:   The DIM Date Table is connected to the Fact Tabl...
  • danextian's avatar
    1 year ago

    Hi AdamMetz23 

    Try created a calculated column using  isblank(RELATED(datetable[date])) in Azure works table to check if they return non-blank values.