Forum Discussion
ALL does not ignore date filter
- 3 years ago
Hi C-Jac
Removing the filter from the Date table will not affect the filters comming the other Dimention Tables. Using a date hierarchy, means that the filter is comming from different columns (not only the [Date] column) therefore, you need to completely remove the filter from the date tableTotal Revenue Across Time = CALCULATE(SUM('Daily_Revenue'[_Revenue]), ALL(Dim_Calendar))
Hi C-Jac
Removing the filter from the Date table will not affect the filters comming the other Dimention Tables. Using a date hierarchy, means that the filter is comming from different columns (not only the [Date] column) therefore, you need to completely remove the filter from the date table
Total Revenue Across Time = CALCULATE(SUM('Daily_Revenue'[_Revenue]), ALL(Dim_Calendar))