Forum Discussion

teresadanna's avatar
teresadanna
Frequent Visitor
8 years ago
Solved

TOTALMTD() now showing nulls or missing

I'm looking to include people who don't have hours for the prior month as blank or 0. Currently the measure looks like:   MTD Hrs = TOTALMTD(sum(Table[Hours]),[Date])   Data Example if today is 1...
  • teresadanna's avatar
    teresadanna
    8 years ago

    Looks like this issue is the result of a bigger issue due to not having a single date table. Thanks all for your assistance though!