Forum Discussion
bbbt123
Helper I
6 years agoall selected () unexpected behavior
6 Replies
- amitchandak
Super 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]))
)