Forum Discussion
Having Trouble with calculating All
Hello Bi Community,
I'm having trouble removing a filter from a calculation. I want to show YTD values based on the month selected in a slicer and the total values for the current year's budget within the same table. My Calc is:
Hi, NutNick1982
Please try the below measure.
Total Year Budget =
CALCULATE (
SUM ( BudgetVALUES ),
FILTER ( ALL ( 'Date Table' ), 'Date Table'[Date].[Year] = YEAR ( TODAY () ) )
)Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster.
1 Reply
- Jihwan_Kim
Super User
Hi, NutNick1982
Please try the below measure.
Total Year Budget =
CALCULATE (
SUM ( BudgetVALUES ),
FILTER ( ALL ( 'Date Table' ), 'Date Table'[Date].[Year] = YEAR ( TODAY () ) )
)Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster.