Forum Discussion
safsad
Helper I
5 years agoHow to find total hours without affecting the date selection?
Hi , I want to find the Sum of Hours from the Hours table, so what i'm looking for is to show the sum of Actual hours as i marked in the screen shot, but without the date filter. The date sectio...
- 5 years ago
safsad , Do you need without any filter? Try
calculate(SUM(hrs[hrs]), all(Hrs))
amitchandak
Super User
5 years agosafsad , Do you need without any filter? Try
calculate(SUM(hrs[hrs]), all(Hrs))
safsad
Helper I
5 years agoThanks Amit for the solution.
I got it by the following formula :
CALCULATE(SUM(hrs[hrs]),ALL(hrs[ddate]))