Forum Discussion

Dudeman's avatar
Dudeman
Helper I
3 years ago
Solved

Calculated measure doesn't total

Hi. Need a hand please. Here is a sample workbook: https://we.tl/t-tVdRmLibUe   I have a measure called SDayLM Sales, which gives me a value from a special date table that aligns same day of the m...
  • HotChilli's avatar
    3 years ago

    This might do it.  Please test at your side

     

    MeasureD = SUMX(VALUES('Date Table'[Date]), [SDayLM Sales])