Forum Discussion
Dudeman
3 years agoHelper I
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...
- 3 years ago
This might do it. Please test at your side
MeasureD = SUMX(VALUES('Date Table'[Date]), [SDayLM Sales])