Forum Discussion
bbbt123
6 years agoHelper I
all selected () unexpected behavior
6 Replies
- amitchandakSuper User
If you want cumulative
This need row context to need to be in filter and in max
cumulated hours =
CALCULATE(
[Hours] ,
ALLSELECTED( 'calendar' ), filter('calendar'[week num] <=max('calendar'[week num]))
)