Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
10 years ago
Solved

DAX Question: Running Totals with Missing Values by Dimension

Okay. So thanks to the many posts in the Community forum, I have a Running Total measure working (mostly) fine.   Here's my example:   RunningGradTotal = CALCULATE(DISTINCTCOUNT(DegreeConferred[S...
  • jahida's avatar
    jahida
    10 years ago

    Yeah actually my bad on the ALLSELECTED function, the behaviour is quite different from what I thought it was. Cool you found a soltion.

     

    For the other one, can you change "MAX(DegreeConferred[TERM_END_D​ATE]))" to the equivalent field in your term table? That way it should have a value even when there isn't a matching entry in the other table.