Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Measure using date range skips over dates

I have a measure that was created to count the number of bugs in a range of dates on another table based on when the bug was opened and closed. The measure is: Sev3 = SUMX( 'Combined', COUNTX( FILTE...
  • parry2k's avatar
    6 years ago

    Anonymous it means your measure is returning blank value. You can drop down date column and click show items with no data and it will show all the dates even if measure is returning blank value.